Click or drag to resize
PoSFPolarGrid2DSetGeometry Method (Int32, Int32, Single, Single, Single)

Convenience method to change the geometry of the mesh.

Namespace: OIV.MeshViz.Fields
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetGeometry(
	int num_r,
	int num_t,
	float[] r,
	float[] t,
	float[] z
)

Parameters

num_r
Type: SystemInt32
num_t
Type: SystemInt32
r
Type: SystemSingle
t
Type: SystemSingle
z
Type: SystemSingle
Remarks

See also PbPolarGrid2D.setGeometry().

See Also