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: 1.0.0.0 (1.0.0.0)
Syntax
public interface IBuilderElementOrientation

The IBuilderElementOrientation type exposes the following members.

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