Click or drag to resize
PbIndexedMesh2DGetNodes Method (SbNativeArraySingle, SbNativeArraySingle, SbNativeArraySingle)

Gets the mesh nodes coordinates (x,y,z coordinates) .

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void GetNodes(
	out SbNativeArray<float> x_nod,
	out SbNativeArray<float> y_nod,
	out SbNativeArray<float> z_nod
)

Parameters

x_nod
Type: OIV.Inventor.GenericSbNativeArraySingle
y_nod
Type: OIV.Inventor.GenericSbNativeArraySingle
z_nod
Type: OIV.Inventor.GenericSbNativeArraySingle
Remarks