Click or drag to resize

BuilderElementStraightLineOrientation Class

Reader for straight-line elements (beams, trusses) orientations for building them.
Inheritance Hierarchy
SystemObject
  Karamba.ElementsBuilderElementOrientation
    Karamba.ElementsBuilderElementStraightLineOrientation

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

The BuilderElementStraightLineOrientation type exposes the following members.

Constructors
  NameDescription
Protected methodBuilderElementStraightLineOrientation(SerializationInfo, StreamingContext)
Initializes a new instance of the BuilderElementStraightLineOrientation class. Deserialize BuilderElementStraightLineOrientation.
Public methodBuilderElementStraightLineOrientation(ListExtendedListVector3, ListDouble)
Initializes a new instance of the BuilderElementStraightLineOrientation class. build new reader for straight-line element orientations.
Public methodBuilderElementStraightLineOrientation(ListVector3, ListVector3, ListVector3, ListDouble)
Initializes a new instance of the BuilderElementStraightLineOrientation class. build new reader for straight-line element orientations.
Top
Properties
  NameDescription
Public propertyAlpha
Gets the rotation angle given in rad.
(Inherited from BuilderElementOrientation.)
Public propertyAlphaGiven
Gets a value indicating whether an alpha-value was set.
(Inherited from BuilderElementOrientation.)
Public propertyAlphaList
Gets list of rotation angles given in rad (for e.g. shells).
(Inherited from BuilderElementOrientation.)
Public propertyIsDefault
Gets a value indicating whether the orientation is the default orientation.
(Inherited from BuilderElementOrientation.)
Public propertyWriter
Gets a writer for the data structure.
(Overrides BuilderElementOrientationWriter.)
Public propertyXOri
Gets vector for x-orientation.
(Inherited from BuilderElementOrientation.)
Public propertyXOriGiven
Gets a value indicating whether the x-orientations were supplied.
(Inherited from BuilderElementOrientation.)
Public propertyXOriList
Gets list of vectors for x-orientation (for e.g. shells).
(Inherited from BuilderElementOrientation.)
Public propertyYOri
Gets vector for y-orientation.
(Inherited from BuilderElementOrientation.)
Public propertyYOriGiven
Gets a value indicating whether the y-orientations were supplied.
(Inherited from BuilderElementOrientation.)
Public propertyYOriList
Gets list of vectors for y-orientation (for e.g. shells).
(Inherited from BuilderElementOrientation.)
Public propertyZOri
Gets vector for z-orientation.
(Inherited from BuilderElementOrientation.)
Public propertyZOriGiven
Gets a value indicating whether z-orientations were supplied.
(Inherited from BuilderElementOrientation.)
Public propertyZOriList
Gets 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.)
Protected methodGetObjectData
Serialize BuilderElementOrientation.
(Inherited from BuilderElementOrientation.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberlocalCoordinateSystem
compute local coordinate axes of a beam with beam.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodori
Gives 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 fieldOri
vectors for orienting the local coordinate system of the element.
(Inherited from BuilderElementOrientation.)
Top
See Also