Click or drag to resize

BuilderElementOrientation Constructor (ListExtendedListVector3, ListDouble)

Initializes a new instance of the BuilderElementOrientation class. initialize element orientations for building elements.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public BuilderElementOrientation(
	List<ExtendedList<Vector3>> ori = null,
	List<double> alphas = null
)

Parameters

ori (Optional)
Type: System.Collections.GenericListExtendedListVector3
vectors for orienting the local coordinate system of the element.
alphas (Optional)
Type: System.Collections.GenericListDouble
rotations angles in addition to the orientations given in ori.
See Also