Click or drag to resize
PoParalCartesianGrid3DSetGeometry Method

Convenience method to change the geometry of the mesh.

Namespace: OIV.MeshViz.Nodes
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,
	int num_z,
	float[] xn,
	float[] yn,
	float[] zn
)

Parameters

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

See also OIV.MeshViz.Data.PbGrid3D.SetGeometry(System.Int32, System.Int32, System.Int32, System.Single[], System.Single[], System.Single[]).

See Also