Click or drag to resize
PbTriangleMesh2D Constructor (Int32, Single, Single, Single, Int32, Int32, Boolean)

Constructor of a 3D surface mesh.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public PbTriangleMesh2D(
	int num_nodes,
	float[] x_nod,
	float[] y_nod,
	float[] z_nod,
	int num_triangles,
	int[] triangle_index,
	bool is_data_duplicate
)

Parameters

num_nodes
Type: SystemInt32
x_nod
Type: SystemSingle
y_nod
Type: SystemSingle
z_nod
Type: SystemSingle
num_triangles
Type: SystemInt32
triangle_index
Type: SystemInt32
is_data_duplicate
Type: SystemBoolean
Remarks

See also OIV.MeshViz.Data.PbMesh for more explanations about data duplication.

See Also