Click or drag to resize
PbHexahedronMesh3DGetGeometry Method (SbNativeFloatArray, SbNativeFloatArray, SbNativeFloatArray, SbNativeInt32Array)

Note: This API is now obsolete.

Gets the current mesh 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 SbNativeFloatArray x_nod,
	out SbNativeFloatArray y_nod,
	out SbNativeFloatArray z_nod,
	out SbNativeInt32Array hexahedron_index
)

Parameters

x_nod
Type: OIV.InventorSbNativeFloatArray
y_nod
Type: OIV.InventorSbNativeFloatArray
z_nod
Type: OIV.InventorSbNativeFloatArray
hexahedron_index
Type: OIV.InventorSbNativeInt32Array
Remarks

hexahedron_index must be used like a vector (i.e. hexahedron_index[n])

See Also