Click or drag to resize

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)
Syntax
public Support(
	Point3 pos,
	List<bool> conds,
	Plane3 plane,
	Vector3 prescribed_trans,
	Vector3 prescribed_rot,
	string load_case_name
)

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