Click or drag to resize
SoShapeHintsElementSet Method (SoState, SoShapeHintsElementVertexOrderings, SoShapeHintsElementShapeTypes, SoShapeHintsElementFaceTypes, SoShapeHintsElementWindingTypes, Boolean)

Set shape hints by defining all options.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void Set(
	SoState state,
	SoShapeHintsElementVertexOrderings vertexOrdering,
	SoShapeHintsElementShapeTypes shapeType,
	SoShapeHintsElementFaceTypes faceType,
	SoShapeHintsElementWindingTypes windingType,
	bool useVBO
)

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