SoShapeHintsElement Class |
Stores the current shape hints.
Inheritance Hierarchy
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic class SoShapeHintsElement : SoElement
Public Class SoShapeHintsElement
Inherits SoElement
public ref class SoShapeHintsElement : public SoElement
type SoShapeHintsElement =
class
inherit SoElement
end
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
RemarksThis element stores current shape hints. All hints must be set at the same time; to leave any hint as is, use the "AS_IS" enum value.
See Also