SoShapeHintsElementSet Method (SoState, SoShapeHintsElementVertexOrderings, SoShapeHintsElementShapeTypes, SoShapeHintsElementFaceTypes) |
Sets the current shape hints in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
SoShapeHintsElementVertexOrderings vertexOrdering,
SoShapeHintsElementShapeTypes shapeType,
SoShapeHintsElementFaceTypes faceType
)
Public Shared Sub Set (
state As SoState,
vertexOrdering As SoShapeHintsElementVertexOrderings,
shapeType As SoShapeHintsElementShapeTypes,
faceType As SoShapeHintsElementFaceTypes
)
public:
static void Set(
SoState^ state,
SoShapeHintsElementVertexOrderings vertexOrdering,
SoShapeHintsElementShapeTypes shapeType,
SoShapeHintsElementFaceTypes faceType
)
static member Set :
state : SoState *
vertexOrdering : SoShapeHintsElementVertexOrderings *
shapeType : SoShapeHintsElementShapeTypes *
faceType : SoShapeHintsElementFaceTypes -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- vertexOrdering
- Type: OIV.Inventor.ElementsSoShapeHintsElementVertexOrderings
- shapeType
- Type: OIV.Inventor.ElementsSoShapeHintsElementShapeTypes
- faceType
- Type: OIV.Inventor.ElementsSoShapeHintsElementFaceTypes
Remarks Calls virtual method that subclasses can override.
See Also