Click or drag to resize

Support Constructor

Overload List
  NameDescription
Public methodSupport
Initializes a new instance of the Support class. Create a new support.
Public methodSupport(Int32)
Initializes a new instance of the Support class. create a new support at node with given index.
Protected methodSupport(SerializationInfo, StreamingContext)
Initializes a new instance of the Support class. Deserialize Support.
Public methodSupport(Int32, IReadOnlyListBoolean, Plane3)
Initializes a new instance of the Support class. Create a new support at node with given index.
Public methodSupport(Point3, IReadOnlyListBoolean, Plane3)
Initializes a new instance of the Support class. create a new support at node with given index.
Public methodSupport(Int32, ListBoolean, Plane3, Vector3, Vector3, String)
Initializes a new instance of the Support class. create support with prescribed displacements or rotations via node index.
Public methodSupport(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.
Top
See Also