Click or drag to resize

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)
Syntax
public Support(
	int ind,
	List<bool> conds,
	Plane3 plane,
	Vector3 prescribed_trans,
	Vector3 prescribed_rot,
	int load_case_ind
)

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