Click or drag to resize
PbTetrahedronMesh3D Constructor (Int32, Single, Single, Single, Int32, Int32)
Calls PbTetrahedronMesh3D(num_nodes, x_nod, y_nod, z_nod, num_tetrahedrons, tetrahedron_index, true).

Namespace: OIV.MeshViz.Data
Assembly: 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
)

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
Remarks