IBuilderElementOrientation Interface

read-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 IBuilderElementOrientation

Properties

Alpha Gets the rotation angle given in rad.
AlphaGiven Gets a value indicating whether an alpha-value was set.
AlphaList Gets list of rotation angles given in rad (for e.g. shells).
IsDefault Gets a value indicating whether the orientation is the default orientation.
Writer Gets a writer for the data structure.
XOri Gets vector for x-orientation.
XOriGiven Gets a value indicating whether the x-orientations were supplied.
XOriList Gets list of vectors for x-orientation (for e.g. shells).
YOri Gets vector for y-orientation.
YOriGiven Gets a value indicating whether the y-orientations were supplied.
YOriList Gets list of vectors for y-orientation (for e.g. shells).
ZOri Gets vector for z-orientation.
ZOriGiven Gets a value indicating whether z-orientations were supplied.
ZOriList Gets list of vectors for z-orientation (for e.g. shells).

Methods

CooSys the element local coordinate system.

See Also