Click or drag to resize

BuilderElementOrientationori Method

Gives direct access to the orientation vectors.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected Nullable<Vector3> ori(
	int dir_ind,
	int ind = 0
)

Parameters

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

Return Value

Type: NullableVector3
Orientation vector of the given element-index.
See Also