Click or drag to resize
PbIndexedMesh3D Constructor (Int32,Single[],Single[],Single[], Int32,Int32[],Int32[], Boolean)

Constructor of a 3D volume mesh.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public PbIndexedMesh3D(
	int num_nodes,
	float[] x_nod,
	float[] y_nod,
	float[] z_nod,
	int num_cells,
	int[] cell_index,
	int[] cell_type,
	bool is_data_duplicate
)

Parameters

num_nodes
Type: System.Int32
x_nod
Type:System.Single[]
y_nod
Type:System.Single[]
z_nod
Type:System.Single[]
num_cells
Type: System.Int32
cell_index
Type:System.Int32[]
cell_type
Type:System.Int32[]
is_data_duplicate
Type: System.Boolean
Remarks

See also PbMesh for more explanations about data duplication.

See Also