SoShapeHintsElement Methods |
The SoShapeHintsElement type exposes the following members.
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
  | Get(SoState, SoShapeHintsElementWindingTypes) | Return current shape winding type from the state. |
  | Get(SoState, SoShapeHintsElementVertexOrderings, SoShapeHintsElementShapeTypes, SoShapeHintsElementFaceTypes) | Returns current shape hints from the state. |
  | GetClassStackIndex | Obsolete. Returns the stack id for this element. |
  | GetDefaultFaceType | |
  | GetDefaultShapeType | |
  | GetDefaultVBOUsage | |
  | GetDefaultVertexOrdering | |
  | GetDefaultWindingType | |
 | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
  | IsVBOUsed | Indicates if VBO is used from the state. |
 | Pop | (Inherited from SoElement.) |
 | Push | Push copies the values from the previous element, so set doesn't have to set them if they are set AS_IS. (Overrides SoElementPush(SoState).) |
  | Set(SoState, SoShapeHintsElementWindingTypes) | Sets the current shape hints in the state. |
  | Set(SoState, Boolean) | Sets the current shape hints in the state. |
  | Set(SoState, SoNode, SoShapeHintsElementWindingTypes) | |
  | Set(SoState, SoNode, Boolean) | Indicates if VBO is used from the state. |
  | Set(SoState, SoShapeHintsElementVertexOrderings, SoShapeHintsElementShapeTypes, SoShapeHintsElementFaceTypes) | Sets the current shape hints in the state. |
  | Set(SoState, SoNode, SoShapeHintsElementVertexOrderings, SoShapeHintsElementShapeTypes, SoShapeHintsElementFaceTypes) | Sets the current shape hints in the state. |
  | Set(SoState, SoShapeHintsElementVertexOrderings, SoShapeHintsElementShapeTypes, SoShapeHintsElementFaceTypes, SoShapeHintsElementWindingTypes, Boolean) | Set shape hints by defining all options. |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also