|
|
Support Class |
Namespace: Karamba.Supports
The Support type exposes the following members.
| Name | Description | |
|---|---|---|
| Support | create a new support | |
| Support(Int32) |
create a new support at node with given index
| |
| Support(Int32, IReadOnlyListBoolean, Plane3) |
create a new support at node with given index
| |
| Support(Point3, IReadOnlyListBoolean, Plane3) |
create a new support at node with given index
| |
| Support(Int32, ListBoolean, Plane3, Vector3, Vector3, Int32) |
create support with prescribed displacements or rotations via node index.
| |
| Support(Point3, ListBoolean, Plane3, Vector3, Vector3, Int32) |
create support with prescribed displacements or rotations via position of node.
|
| Name | Description | |
|---|---|---|
| Condition | if true a displacement boundary condition is active | |
| conditionSet |
true if conditions are set for the support
| |
| hasLocalCoosys | Returns true if a local coordinate system is attached to the node | |
| indexSet |
returns true if the support location is set using a node index
| |
| IsValid |
true if the support is valid
| |
| loadcase |
loadcase for which a prescribed displacement is defined
| |
| local_coosys | plane according to which the nodal coordinate system is oriented | |
| node_ind |
sets the zero based index of the node where the support attaches. The
index overrules support placement by coordinate
| |
| position |
position of the support
| |
| positionSet |
returns true if the support location is set using a position
|
| Name | Description | |
|---|---|---|
| addTo |
Add a support to the feb-model
| |
| Clone | Creates a new object that is a copy of the current instance. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| euler_rotations |
euler angles of local coordinate system about global axes
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| globalRotationsDeg |
rotation angles of local coordinate system about global axes
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| plane |
return the plane of the support
| |
| reactForce |
return reaction force for given load-case.
| |
| rotReactForceLocal |
Rotational reaction force in local coordinates
| |
| scaledReactForce |
return scaled reaction force for given load-case. Scaling factors
correspond to those set at the nearest up-stream ModelView
| |
| setCondition |
sets a prescribed displcement/rotation
| |
| toString | string representation of a support | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Transform |
change the position of a support according to a transformation
| |
| transReactForceLocal |
Translational reaction force in local coordinates
|
| Name | Description | |
|---|---|---|
| _condition | if true a displacement boundary condition is active | |
| _displacement |
prescribed displacements by default 0; rotations in rad
| |
| fe_bc_ind |
fe-indexes of bc-objects in fe-model; -1 means no referenced object available
|