|
BuilderElementShellOrientation Constructor (IReadonlyMesh, ListVector3, ListVector3)
|
construct new orientations-reader for building shell elements
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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> -> BuilderElementShellOrientation
Parameters
- 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