|
|
Support Constructor |
| Name | Description | |
|---|---|---|
| Support |
Initializes a new instance of the Support class. Create a new support. | |
| Support(Int32) |
Initializes a new instance of the Support class.
create a new support at node with given index.
| |
| Support(SerializationInfo, StreamingContext) |
Initializes a new instance of the Support class.
Deserialize Support.
| |
| Support(Int32, IReadOnlyListBoolean, Plane3) |
Initializes a new instance of the Support class.
Create a new support at node with given index.
| |
| Support(Point3, IReadOnlyListBoolean, Plane3) |
Initializes a new instance of the Support class.
create a new support at node with given index.
| |
| Support(Int32, ListBoolean, Plane3, Vector3, Vector3, String) |
Initializes a new instance of the Support class.
create support with prescribed displacements or rotations via node index.
| |
| Support(Point3, ListBoolean, Plane3, Vector3, Vector3, String) |
Initializes a new instance of the Support class.
create support with prescribed displacements or rotations via position of node.
|