Click or drag to resize
PoSFCartesianGrid2DSetGeometry Method (Int32, Int32, Single, Single)
Calls SetGeometry(num_x, num_y, xn, yn, (cli.array<System.Single>^)nullptr).

Namespace: OIV.MeshViz.Fields
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetGeometry(
	int num_x,
	int num_y,
	float[] xn,
	float[] yn
)

Parameters

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