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

Returns current shape hints from 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 Get(
	SoState state,
	out SoShapeHintsElementVertexOrderings vertexOrdering,
	out SoShapeHintsElementShapeTypes shapeType,
	out SoShapeHintsElementFaceTypes faceType
)

Parameters

state
Type: OIV.Inventor.MiscSoState
vertexOrdering
Type: OIV.Inventor.ElementsSoShapeHintsElementVertexOrderings
shapeType
Type: OIV.Inventor.ElementsSoShapeHintsElementShapeTypes
faceType
Type: OIV.Inventor.ElementsSoShapeHintsElementFaceTypes
Remarks