Click or drag to resize

BuilderElementStraightLineOrientation Constructor (ListExtendedListVector3, ListDouble)

build new reader for straight-line element orientations

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BuilderElementStraightLineOrientation(
	List<ExtendedList<Vector3>> ori,
	List<double> alphas
)

Parameters

ori
Type: System.Collections.GenericListExtendedListVector3
list of list of orientations. First index decides the orientation 0:x, 1:y, 2:z, second the direction for each mesh face, longest list principle applies.
alphas
Type: System.Collections.GenericListDouble
rotation angles about the local z-axis in addition to ori
See Also