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

Gets the mesh 2D geometry.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void GetGeometry(
	out SbNativeArray<float> xa,
	out SbNativeArray<float> ya
)

Parameters

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

xa-ya must be used like a vector (i.e. xa[n])

See Also