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

Sets the current shape hints in the state.

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
)

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