Click or drag to resize
PbCartesianGrid2DGetGeometry 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> xa,
	out SbNativeArray<float> ya,
	out SbNativeArray<float> za
)

Parameters

xa
Type: OIV.Inventor.GenericSbNativeArraySingle
ya
Type: OIV.Inventor.GenericSbNativeArraySingle
za
Type: OIV.Inventor.GenericSbNativeArraySingle
Remarks

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

See Also