|
Support Constructor (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.
Namespace:
Karamba.Supports
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Support(
Point3 pos,
List<bool> conds,
Plane3 plane,
Vector3 prescribed_trans,
Vector3 prescribed_rot,
string load_case_name
)
Public Sub New (
pos As Point3,
conds As List(Of Boolean),
plane As Plane3,
prescribed_trans As Vector3,
prescribed_rot As Vector3,
load_case_name As String
)
public:
Support(
Point3 pos,
List<bool>^ conds,
Plane3^ plane,
Vector3 prescribed_trans,
Vector3 prescribed_rot,
String^ load_case_name
)
new :
pos : Point3 *
conds : List<bool> *
plane : Plane3 *
prescribed_trans : Vector3 *
prescribed_rot : Vector3 *
load_case_name : string -> Support
Parameters
- pos
- Type: Karamba.GeometryPoint3
position of node where support shall be placed. - conds
- Type: System.Collections.GenericListBoolean
list of true/false values for prescribing
support conditions (true == supported; false == free). - plane
- Type: Karamba.GeometryPlane3
reference system for definition of nodal degrees of freedom. - prescribed_trans
- Type: Karamba.GeometryVector3
vector of prescribed displacements. - prescribed_rot
- Type: Karamba.GeometryVector3
vector of prescribed rotations (in rad). - load_case_name
- Type: SystemString
name of load-case where prescribed displacement/rotation shall act.
See Also