Click or drag to resize
PbMeshGetCoordinates Method

Get the current coordinates of the nodes of this mesh.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void GetCoordinates(
	out SbNativeArray<float> xnod,
	out SbNativeArray<float> ynod,
	out SbNativeArray<float> znod
)

Parameters

xnod
Type: OIV.Inventor.GenericSbNativeArraySingle

array of x coord

ynod
Type: OIV.Inventor.GenericSbNativeArraySingle

array of y coord

znod
Type: OIV.Inventor.GenericSbNativeArraySingle

array of z coord

Remarks

See Also