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: 10.12.3.0 (10.12.3.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

x-y-z can be used like a vector (i.e. x[n]). Attention! For a 2D mesh, z is NULL.

See Also