BuilderElementOrientationori Method

Gives direct access to the orientation vectors.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected Vector3? ori(
	int dir_ind,
	int ind = 0
)

Parameters

dir_ind  Int32
index of the orientation (x=0,y=1,z=2).
ind  Int32  (Optional)
index of the direction inside the list of orientations.

Return Value

NullableVector3
Orientation vector of the given element-index.

See Also