Click or drag to resize
PoSFCartesianGrid2DSetGeometry 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_x,
	int num_y,
	float[] xn,
	float[] yn,
	float[] zn
)

Parameters

num_x
Type: SystemInt32
num_y
Type: SystemInt32
xn
Type: SystemSingle
yn
Type: SystemSingle
zn
Type: SystemSingle
Remarks

See also PbCartesianGrid2D.setGeometry().

See Also