Click or drag to resize
SoGeoElevationGridxSpacing Property

Spacing between X values.

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

Property Value

Type: SoSFFloat
Remarks

When the OIV.Inventor.Geo.SoGeoElevationGrid.geoSystem is "GD", xSpacing refers to the number of degrees of longitude between adjacent height values. When the geoSystem is "UTM", xSpacing refers to the number of eastings (meters) between adjacent height values.

See Also