Click or drag to resize
SoVRMLElevationGrid Properties

The SoVRMLElevationGrid type exposes the following members.

Properties
  NameDescription
Public propertyboundingBoxIgnoring

Whether to ignore this node during bounding box traversal.

(Inherited from SoShape.)
Public propertyccw

Indicates whether the vertices are ordered in a counterclockwise direction when viewed from the outside (true) or in a clockwise direction (false).

Public propertycolor

An SoVRMLColor node whose colors are applied to the vertices or faces of the ElevationGrid.

(Inherited from SoVRMLGridShape.)
Public propertycolorPerVertex

If true, colors are applied to the vertices of the ElevationGrid.

(Inherited from SoVRMLGridShape.)
Public propertycreaseAngle

Indicates the minimum angle (in radians) between two adjacent face normals required to form a sharp crease at the edge when default normals are computed and used.

Public propertyheight

xDimension by zDimension array of scale factors representing the height above the grid for each vertex.

(Inherited from SoVRMLGridShape.)
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertymetadata

Specifies the metadata node.

(Inherited from SoVRMLGeometry.)
Public propertynormal

An SoVRMLNormalNode containing the normals.

(Inherited from SoVRMLGridShape.)
Public propertynormalPerVertex

If true, normals are applied to the vertices of the ElevationGrid.

(Inherited from SoVRMLGridShape.)
Public propertysolid

If you know that the shape encloses a volume, set this value to true.

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

Number of divisions of the grid in the X direction.

(Inherited from SoVRMLGridShape.)
Public propertyxSpacing

Distance between the vertices in the X direction.

(Inherited from SoVRMLGridShape.)
Public propertyzDimension

Number of divisions of the grid in the Z direction.

(Inherited from SoVRMLGridShape.)
Public propertyzSpacing

Distance between the vertices in the Z direction.

(Inherited from SoVRMLGridShape.)
Top
See Also