BuilderElementShellOrientation(IReadonlyMesh, ListExtendedListVector3, ListDouble) Constructor

Initializes a new instance of the BuilderElementShellOrientation class. construct new orientations-reader for building shell elements.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public BuilderElementShellOrientation(
	IReadonlyMesh mesh,
	List<ExtendedList<Vector3>> ori = null,
	List<double> alphas = null
)

Parameters

mesh  IReadonlyMesh
mesh of the shell.
ori  ListExtendedListVector3  (Optional)
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  ListDouble  (Optional)
rotation angles about the local z-axis in addition to ori.

See Also