Click or drag to resize
SoShapeHints Properties

The SoShapeHints type exposes the following members.

Properties
  NameDescription
Public propertycreaseAngle

Indicates the minimum angle (in radians) between two adjacent face normals required to form a sharp crease at the edge when normal vectors are computed automatically by Open Inventor.

Public propertyfaceType

Indicates whether each face is convex.

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

Specifies the tolerance value to use when default normals are computed.

Public propertyshapeType

Indicates whether the shape is known to enclose a volume (SOLID) or not.

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

This field controls whether subsequent shapes in the scene graph can use OpenGL Vertex Buffer Objects (VBO) to speed up rendering.

Public propertyvertexOrdering

Indicates how the vertices of faces are ordered.

Public propertywindingType

Indicates the winding rule used to define holes in a polygon.

Top
See Also