IBuilderElementOrientation Interface
read-only interface for getting the orientation for building elements.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public interface IBuilderElementOrientation
Public Interface IBuilderElementOrientation
public interface class IBuilderElementOrientation
type IBuilderElementOrientation = interface end
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).
|
CooSys
|
the element local coordinate system. |