Click or drag to resize

Jointprops Property

give array access to cross section properties which are the twelve conditions at the end-nodes of the line element. These conditions are tx, ty, tz (translational DOFs) and rx, ry, rz (rotational DOFs) at the two nodes. A value of null means fixation, values of t are in kN/m, values of r in kNm/rad.

Namespace:  Karamba.Joints
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual Nullable<double>[] props { get; set; }

Property Value

Type: NullableDouble
See Also