|
BuilderElementShellOrientation Constructor (IReadonlyMesh, ListVector3, ListVector3)
|
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic BuilderElementShellOrientation(
IReadonlyMesh mesh,
List<Vector3> xOrientations,
List<Vector3> zOrientations
)
Public Sub New (
mesh As IReadonlyMesh,
xOrientations As List(Of Vector3),
zOrientations As List(Of Vector3)
)
public:
BuilderElementShellOrientation(
IReadonlyMesh^ mesh,
List<Vector3>^ xOrientations,
List<Vector3>^ zOrientations
)
new :
mesh : IReadonlyMesh *
xOrientations : List<Vector3> *
zOrientations : List<Vector3> -> BuilderElementShellOrientationParameters
- mesh
- Type: Karamba.GeometryIReadonlyMesh
mesh of the shell. - xOrientations
- Type: System.Collections.GenericListVector3
list of x-orientations: for each mesh face, longest list principle applies. - zOrientations
- Type: System.Collections.GenericListVector3
list of z-orientations: for each mesh face, longest list principle applies.
See Also