Click or drag to resize

IBuilderElementOrientationCooSys Method

the element local coordinate system.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
Vector3[] CooSys(
	IBuilderElementPosition elemPos,
	int segmentInd = 0
)

Parameters

elemPos
Type: Karamba.ElementsIBuilderElementPosition

[Missing <param name="elemPos"/> documentation for "M:Karamba.Elements.IBuilderElementOrientation.CooSys(Karamba.Elements.IBuilderElementPosition,System.Int32)"]

segmentInd (Optional)
Type: SystemInt32

[Missing <param name="segmentInd"/> documentation for "M:Karamba.Elements.IBuilderElementOrientation.CooSys(Karamba.Elements.IBuilderElementPosition,System.Int32)"]

Return Value

Type: Vector3
return the element local coordinate system.
See Also