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

Gets the mesh 2D 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
)

Parameters

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

x-y must be used like a vector (i.e. x[n])

See Also