Click or drag to resize
PbIndexedMesh3DGetGeometry Method

Gets the current mesh geometry .

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> cell_index,
	out SbNativeArray<int> cell_type
)

Parameters

x_nod
Type: OIV.Inventor.GenericSbNativeArraySingle
y_nod
Type: OIV.Inventor.GenericSbNativeArraySingle
z_nod
Type: OIV.Inventor.GenericSbNativeArraySingle
cell_index
Type: OIV.Inventor.GenericSbNativeArrayInt32
cell_type
Type: OIV.Inventor.GenericSbNativeArrayInt32
Remarks