Click or drag to resize

IBuilderElementOrientation Interface

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

The IBuilderElementOrientation type exposes the following members.

Properties
  NameDescription
Public propertyAlpha
Gets the rotation angle given in rad.
Public propertyAlphaGiven
Gets a value indicating whether an alpha-value was set.
Public propertyAlphaList
Gets list of rotation angles given in rad (for e.g. shells).
Public propertyIsDefault
Gets a value indicating whether the orientation is the default orientation.
Public propertyWriter
Gets a writer for the data structure.
Public propertyXOri
Gets vector for x-orientation.
Public propertyXOriGiven
Gets a value indicating whether the x-orientations were supplied.
Public propertyXOriList
Gets list of vectors for x-orientation (for e.g. shells).
Public propertyYOri
Gets vector for y-orientation.
Public propertyYOriGiven
Gets a value indicating whether the y-orientations were supplied.
Public propertyYOriList
Gets list of vectors for y-orientation (for e.g. shells).
Public propertyZOri
Gets vector for z-orientation.
Public propertyZOriGiven
Gets a value indicating whether z-orientations were supplied.
Public propertyZOriList
Gets list of vectors for z-orientation (for e.g. shells).
Top
Methods
  NameDescription
Public methodCooSys
the element local coordinate system.
Top
See Also