SoShapeHintsElementSet Method (SoState, SoShapeHintsElementVertexOrderings, SoShapeHintsElementShapeTypes, SoShapeHintsElementFaceTypes, SoShapeHintsElementWindingTypes, Boolean) |
Set shape hints by defining all options.
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,
SoShapeHintsElementWindingTypes windingType,
bool useVBO
)
Public Shared Sub Set (
state As SoState,
vertexOrdering As SoShapeHintsElementVertexOrderings,
shapeType As SoShapeHintsElementShapeTypes,
faceType As SoShapeHintsElementFaceTypes,
windingType As SoShapeHintsElementWindingTypes,
useVBO As Boolean
)
public:
static void Set(
SoState^ state,
SoShapeHintsElementVertexOrderings vertexOrdering,
SoShapeHintsElementShapeTypes shapeType,
SoShapeHintsElementFaceTypes faceType,
SoShapeHintsElementWindingTypes windingType,
bool useVBO
)
static member Set :
state : SoState *
vertexOrdering : SoShapeHintsElementVertexOrderings *
shapeType : SoShapeHintsElementShapeTypes *
faceType : SoShapeHintsElementFaceTypes *
windingType : SoShapeHintsElementWindingTypes *
useVBO : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- vertexOrdering
- Type: OIV.Inventor.ElementsSoShapeHintsElementVertexOrderings
- shapeType
- Type: OIV.Inventor.ElementsSoShapeHintsElementShapeTypes
- faceType
- Type: OIV.Inventor.ElementsSoShapeHintsElementFaceTypes
- windingType
- Type: OIV.Inventor.ElementsSoShapeHintsElementWindingTypes
- useVBO
- Type: SystemBoolean
Remarks See Also