Click or drag to resize
SoGeoElevationGridgeoSystem Property

Defines the spatial reference frame.

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

Property Value

Type: SoMFString
Remarks

Valid values are:

  • GC: Earth-fixed Geocentric with respect to the WGS84 ellipsoid.

  • GD: Geodetic spatial reference frame. An optional second string may be used to specify the ellipsoid used. If no ellipsoid is specified, then "WE" is assumed (the WGS84 ellipsoid).

  • UTM: Universal Transverse Mercator One further required argument must be supplied for UTM in order to specify the zone number (1..60). This is given in the form "Zn", where n is the zone number. An optional argument of "S" may be supplied in order to specify that the coordinates are in the southern hemisphere (otherwise, northern hemisphere will be assumed).

See Also