BuilderElementShellOrientation(IReadonlyMesh, ListVector3, ListVector3) 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<Vector3> xOrientations,
	List<Vector3> zOrientations
)

Parameters

mesh  IReadonlyMesh
mesh of the shell.
xOrientations  ListVector3
list of x-orientations: for each mesh face, longest list principle applies.
zOrientations  ListVector3
list of z-orientations: for each mesh face, longest list principle applies.

See Also