Click or drag to resize
PbTriangleMesh2D.GetGeometry Method (SbNativeArray<Single>, SbNativeArray<Single>, SbNativeArray<Single>, SbNativeArray<Int32>)

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

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.3.0.0 (10.3.0.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.Generic.SbNativeArray<Single>
y_nod
Type: OIV.Inventor.Generic.SbNativeArray<Single>
z_nod
Type: OIV.Inventor.Generic.SbNativeArray<Single>
triangle_index
Type: OIV.Inventor.Generic.SbNativeArray<Int32>
Remarks

See Also