Click or drag to resize

IBuilderElementOrientationWriter Interface

write-only interface for getting the orientation for building elements.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public interface IBuilderElementOrientationWriter

The IBuilderElementOrientationWriter type exposes the following members.

Properties
  NameDescription
Public propertyAlpha
Sets rotation angle given in rad.
Public propertyAlphaList
Sets rotation angles given in rad.
Public propertyReader
Gets a reader for the data structure, clear the internal data.
Public propertyXOri
Sets x-orientation of the element.
Public propertyXOriList
Sets x-orientations of the element.
Public propertyYOri
Sets y-orientation of the element.
Public propertyYOriList
Sets y-orientations of the element.
Public propertyZOri
Sets z-orientation of the element.
Public propertyZOriList
Sets z-orientations of the element.
Top
See Also