Click or drag to resize

BuilderElementShellOrientation Class

Reader for shell orientations for building shells
Inheritance Hierarchy

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

The BuilderElementShellOrientation type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAlpha
rotation angle given in rad
(Inherited from BuilderElementOrientation.)
Public propertyAlphaGiven
true if an alpha-value was set
(Inherited from BuilderElementOrientation.)
Public propertyAlphaList
list of rotation angles given in rad (for e.g. shells)
(Inherited from BuilderElementOrientation.)
Public propertyIsDefault
true if the orientation is the default orientation
(Inherited from BuilderElementOrientation.)
Public propertymesh
The mesh of the shell
Public propertyWriter
return a writer for the data structure
(Overrides BuilderElementOrientationWriter.)
Public propertyXOri
vector for x-orientation
(Inherited from BuilderElementOrientation.)
Public propertyXOriGiven
true if x-orientations were supplied
(Inherited from BuilderElementOrientation.)
Public propertyXOriList
list of vectors for x-orientation (for e.g. shells)
(Inherited from BuilderElementOrientation.)
Public propertyYOri
vector for y-orientation
(Inherited from BuilderElementOrientation.)
Public propertyYOriGiven
true if y-orientations were supplied
(Inherited from BuilderElementOrientation.)
Public propertyYOriList
list of vectors for y-orientation (for e.g. shells)
(Inherited from BuilderElementOrientation.)
Public propertyZOri
vector for z-orientation
(Inherited from BuilderElementOrientation.)
Public propertyZOriGiven
true if z-orientations were supplied
(Inherited from BuilderElementOrientation.)
Public propertyZOriList
list of vectors for z-orientation (for e.g. shells)
(Inherited from BuilderElementOrientation.)
Top
Methods
  NameDescription
Public methodCooSys
the element local coordinate system
(Overrides BuilderElementOrientationCooSys(IBuilderElementPosition, Int32).)
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
(Inherited from BuilderElementOrientation.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Protected fieldAlphas
rotation of element in addition to the rotations defined by the orientation vectors
(Inherited from BuilderElementOrientation.)
Protected fieldmesh_
The mesh of the shell
Protected fieldOri
vectors for orienting the local coordinate system of the element
(Inherited from BuilderElementOrientation.)
Top
See Also