Click or drag to resize
SoGeoElevationGridheight Property

The OIV.Inventor.Geo.SoGeoElevationGrid.height array contains OIV.Inventor.Geo.SoGeoElevationGrid.xDimension * OIV.Inventor.Geo.SoGeoElevationGrid.zDimension floating point values that represent elevation above the ellipsoid or the geoid, as appropriate.

Namespace: OIV.Inventor.Geo
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoMFFloat height { get; }

Property Value

Type: SoMFFloat
Remarks

These values are given in row-major order from west to east, south to north.

See Also