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

Constructor of a 2D surface mesh.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public PbQuadrangleMesh2D(
	int num_nodes,
	float[] x_nod,
	float[] y_nod,
	int num_quadrangles,
	int[] quadrangle_index,
	bool isDataDuplicate
)

Parameters

num_nodes
Type: SystemInt32
x_nod
Type: SystemSingle
y_nod
Type: SystemSingle
num_quadrangles
Type: SystemInt32
quadrangle_index
Type: SystemInt32
isDataDuplicate
Type: SystemBoolean
Remarks

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

See Also