Click or drag to resize
PbRegularCartesianGrid2DGetGeometry Method (Int32, Int32, Single, Single, Single, Single, SbNativeFloatArray)

Note: This API is now obsolete.

Gets the mesh 3D geometry.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetGeometry(
	out int num_x,
	out int num_y,
	out float x_min,
	out float y_min,
	out float x_max,
	out float y_max,
	out SbNativeFloatArray z
)

Parameters

num_x
Type: SystemInt32
num_y
Type: SystemInt32
x_min
Type: SystemSingle
y_min
Type: SystemSingle
x_max
Type: SystemSingle
y_max
Type: SystemSingle
z
Type: OIV.InventorSbNativeFloatArray
Remarks

Attention! For a 2D mesh, z is NULL.

See Also