Click or drag to resize
SoGeoElevationGridzSpacing Property

Spacing between Z values.

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

Property Value

Type: SoSFFloat
Remarks

When the OIV.Inventor.Geo.SoGeoElevationGrid.geoSystem is "GD", zSpacing refers to the number of degrees of latitude between vertical height values. When the geoSystem is "UTM", zSpacing refers to the number of northings (meters) between vertical height values.

See Also