Click or drag to resize

IBuilderElementOrientationCooSys Method

the element local coordinate system

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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
the element local coordinate system
See Also