IBuilderElementOrientationWriter Interface

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

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public interface IBuilderElementOrientationWriter

Properties

Alpha Sets rotation angle given in rad.
AlphaList Sets rotation angles given in rad.
Reader Gets a reader for the data structure, clear the internal data.
XOri Sets x-orientation of the element.
XOriList Sets x-orientations of the element.
YOri Sets y-orientation of the element.
YOriList Sets y-orientations of the element.
ZOri Sets z-orientation of the element.
ZOriList Sets z-orientations of the element.

See Also