Click or drag to resize
PbTriangleMesh2DGetGeometry Method (SbNativeArraySingle, SbNativeArraySingle, SbNativeArraySingle, SbNativeArrayInt32)

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

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

Parameters

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

See Also