Click or drag to resize

BuilderElementOrientation Class

provider for element orientations for building elements
Inheritance Hierarchy

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class BuilderElementOrientation : IBuilderElementOrientation

The BuilderElementOrientation type exposes the following members.

Constructors
  NameDescription
Public methodBuilderElementOrientation
initialize element orientations for building elements
Top
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 propertyStatic memberDefault
return the default orientation
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
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodori
give direct access to the orientation vectors
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldAlphas
rotation of element in addition to the rotations defined by the orientation vectors
Protected fieldOri
vectors for orienting the local coordinate system of the element
Top
See Also