|
Support Constructor (Int32, ListBoolean, Plane3, Vector3, Vector3, Int32)
|
create support with prescribed displacements or rotations via node index.
Namespace:
Karamba.Supports
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Support(
int ind,
List<bool> conds,
Plane3 plane,
Vector3 prescribed_trans,
Vector3 prescribed_rot,
int load_case_ind
)
Public Sub New (
ind As Integer,
conds As List(Of Boolean),
plane As Plane3,
prescribed_trans As Vector3,
prescribed_rot As Vector3,
load_case_ind As Integer
)
public:
Support(
int ind,
List<bool>^ conds,
Plane3^ plane,
Vector3 prescribed_trans,
Vector3 prescribed_rot,
int load_case_ind
)
new :
ind : int *
conds : List<bool> *
plane : Plane3 *
prescribed_trans : Vector3 *
prescribed_rot : Vector3 *
load_case_ind : int -> Support
Parameters
- ind
- Type: SystemInt32
index 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_ind
- Type: SystemInt32
loadcase where perscribed displacement/rotation shall act.
See Also