Click or drag to resize
PbMeshGetCoordinates Method (SbNativeFloatArray, SbNativeFloatArray, SbNativeFloatArray)

Note: This API is now obsolete.

Get the current coordinates of the nodes of this mesh.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void GetCoordinates(
	out SbNativeFloatArray xnod,
	out SbNativeFloatArray ynod,
	out SbNativeFloatArray znod
)

Parameters

xnod
Type: OIV.InventorSbNativeFloatArray

array of x coord

ynod
Type: OIV.InventorSbNativeFloatArray

array of y coord

znod
Type: OIV.InventorSbNativeFloatArray

array of z coord

Remarks

See Also