Click or drag to resize

BuilderElementShellOrientationCooSys Method

the element local coordinate system

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override Vector3[] CooSys(
	IBuilderElementPosition elem_pos,
	int segment_ind = 0
)

Parameters

elem_pos
Type: Karamba.ElementsIBuilderElementPosition

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

segment_ind (Optional)
Type: SystemInt32

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

Return Value

Type: Vector3
the element local coordinate system

Implements

IBuilderElementOrientationCooSys(IBuilderElementPosition, Int32)
See Also