Click or drag to resize

Element1DState Class

Contains information about a specific position on a ModelElementStraightLine.
Inheritance Hierarchy
SystemObject
  Karamba.ElementsElement1DState

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public class Element1DState

The Element1DState type exposes the following members.

Constructors
  NameDescription
Public methodElement1DState
Initializes a new instance of the Element1DState class. Creates an empty instance of Element1DState.
Top
Properties
  NameDescription
Public propertyBasePoint
Gets or sets the point in global coordinate system corresponding to Position.
Public propertyCoosys
Gets or sets the local coordinate system at Position.
Public propertyPosition
Gets and sets the position on the ModelElementStraightLine where the info are collected.
Top
Methods
  NameDescription
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 methodGetCentricForceVectors
Gets the centric force and moment vector of the state.
Public methodGetForce
Gets the force/moment that acts on the ModelElementStraightLine at Position.
Public methodGetForceVectors
Gets the force and moment vector of the state.
Public methodGetGlobalDisplacement
Gets the global translation/rotation of the ModelElementStraightLine at Position.
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.)
Public methodSetForces
Sets the force/moment values acting at Position.
Public methodSetGlobalDisplacements
Sets the global translations/rotations values acting at Position.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also