PbTetrahedronMesh3D Constructor (Int32, Single, Single, Single, Int32, Int32, Boolean) |
Constructor of a volume mesh.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PbTetrahedronMesh3D(
int num_nodes,
float[] x_nod,
float[] y_nod,
float[] z_nod,
int num_tetrahedrons,
int[] tetrahedron_index,
bool is_data_duplicate
)
Public Sub New (
num_nodes As Integer,
x_nod As Single(),
y_nod As Single(),
z_nod As Single(),
num_tetrahedrons As Integer,
tetrahedron_index As Integer(),
is_data_duplicate As Boolean
)
public:
PbTetrahedronMesh3D(
int num_nodes,
array<float>^ x_nod,
array<float>^ y_nod,
array<float>^ z_nod,
int num_tetrahedrons,
array<int>^ tetrahedron_index,
bool is_data_duplicate
)
new :
num_nodes : int *
x_nod : float32[] *
y_nod : float32[] *
z_nod : float32[] *
num_tetrahedrons : int *
tetrahedron_index : int[] *
is_data_duplicate : bool -> PbTetrahedronMesh3D
Parameters
- num_nodes
- Type: SystemInt32
- x_nod
- Type: SystemSingle
- y_nod
- Type: SystemSingle
- z_nod
- Type: SystemSingle
- num_tetrahedrons
- Type: SystemInt32
- tetrahedron_index
- Type: SystemInt32
- is_data_duplicate
- Type: SystemBoolean
Remarks See Also