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

Gets the mesh 3D geometry.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void GetGeometry(
	out SbNativeArray<float> x,
	out SbNativeArray<float> y,
	out SbNativeArray<float> z
)

Parameters

x
Type: OIV.Inventor.GenericSbNativeArraySingle
y
Type: OIV.Inventor.GenericSbNativeArraySingle
z
Type: OIV.Inventor.GenericSbNativeArraySingle
Remarks

See Also