Click or drag to resize
PbPolarGrid2D Constructor (Int32, Int32, Single, Single, 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 PbPolarGrid2D(
	int num_r,
	int num_t,
	float[] r,
	float[] t,
	bool isDataDuplicate
)

Parameters

num_r
Type: SystemInt32
num_t
Type: SystemInt32
r
Type: SystemSingle
t
Type: SystemSingle
isDataDuplicate
Type: SystemBoolean
Remarks

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

See Also