Click or drag to resize
SoGeoElevationGrid Properties

The SoGeoElevationGrid type exposes the following members.

Properties
  NameDescription
Public propertyboundingBoxIgnoring

Whether to ignore this node during bounding box traversal.

(Inherited from SoShape.)
Public propertycoordIndex

The indices of the coordinates that the shape uses as its vertices.

(Inherited from SoIndexedShape.)
Public propertygeoGridOrigin

Specifies the geographic coordinate for the south-west corner (bottom-left) of the dataset.

Public propertygeoSystem

Defines the spatial reference frame.

Public propertyheight

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.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertymaterialIndex

The indices of the materials that are used for the shape.

(Inherited from SoIndexedShape.)
Public propertynormalIndex

The indices of the normals that are used for the shape.

(Inherited from SoIndexedShape.)
Public propertytangentIndex

The indices of the tangents that are used for the shape.

(Inherited from SoIndexedShape.)
Public propertytextureCoordIndex

The indices of the texture coordinates that are used for the shape.

(Inherited from SoIndexedShape.)
Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Public propertyvertexProperty

vertex property node.

(Inherited from SoVertexShape.)
Public propertyxDimension

Number of X values in the grid.

Public propertyxSpacing

Spacing between X values.

Public propertyyScale

The yScale value can be used to produce a vertical exaggeration of the data when it is displayed.

Public propertyzDimension

Number of Z values in the grid.

Public propertyzSpacing

Spacing between Z values.

Top
See Also