Click or drag to resize

Support Methods

The Support type exposes the following members.

Methods
  NameDescription
Public methodaddTo
Add a support to the feb-model.
Public methodClone
Clones the support.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodeuler_rotations
euler angles of local coordinate system about global axes.
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 Support.
(Overrides CommonObjectGetObjectData(SerializationInfo, StreamingContext).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodglobalRotationsDeg
rotation angles of local coordinate system about global axes.
Public methodHasUserData
true if the object has user-data attached.
(Inherited from CommonObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodplane
return the plane of the support.
Protected methodreactForce
return reaction force for given load-case.
Public methodrotReactForceLocal
Rotational reaction force in local coordinates.
Protected methodscaledReactForce
return scaled reaction force for given load-case. Scaling factors correspond to those set at the nearest up-stream ModelView.
Public methodsetCondition
Sets a prescribed displacement/rotation.
Public methodToString
String representation of a support.
(Overrides CommonObjectToString.)
Public methodTransform
change the position of a support according to a transformation.
Public methodtransReactForceLocal
Translational reaction force in local coordinates.
Top
See Also