Click or drag to resize
SoVRMLIndexedShape Properties

The SoVRMLIndexedShape type exposes the following members.

Properties
  NameDescription
Public propertyboundingBoxIgnoring

Whether to ignore this node during bounding box traversal.

(Inherited from SoShape.)
Public propertycolor

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

(Inherited from SoVRMLVertexShape.)
Public propertycolorIndex

The indices of the colors to use for the faces or vertices depending on the value of the colorPerVertex field.

Public propertycolorPerVertex

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

(Inherited from SoVRMLVertexShape.)
Public propertycoord

An SoVRMLCoordinate node defining the IndexedFaceSet.

(Inherited from SoVRMLVertexShape.)
Public propertycoordIndex

Indices of the coordinates that the indexed face set uses as its vertices.

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 SoVRMLVertexShape.)
Public propertynormalIndex

The indices of the normals to use for the faces or vertices depending onthe value of the normalPerVertex field.

Public propertynormalPerVertex

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

(Inherited from SoVRMLVertexShape.)
Public propertytexCoord (Inherited from SoVRMLVertexShape.)
Public propertytexCoordIndex

The indices of the texture coordinates for each vertex of the SoVRMLIndexedFaceSet.

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