SoShapeHintsElementGet Method (SoState, SoShapeHintsElementVertexOrderings, SoShapeHintsElementShapeTypes, SoShapeHintsElementFaceTypes) |
Returns current shape hints from 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 Get(
SoState state,
out SoShapeHintsElementVertexOrderings vertexOrdering,
out SoShapeHintsElementShapeTypes shapeType,
out SoShapeHintsElementFaceTypes faceType
)
Public Shared Sub Get (
state As SoState,
<OutAttribute> ByRef vertexOrdering As SoShapeHintsElementVertexOrderings,
<OutAttribute> ByRef shapeType As SoShapeHintsElementShapeTypes,
<OutAttribute> ByRef faceType As SoShapeHintsElementFaceTypes
)
public:
static void Get(
SoState^ state,
[OutAttribute] SoShapeHintsElementVertexOrderings% vertexOrdering,
[OutAttribute] SoShapeHintsElementShapeTypes% shapeType,
[OutAttribute] SoShapeHintsElementFaceTypes% faceType
)
static member Get :
state : SoState *
vertexOrdering : SoShapeHintsElementVertexOrderings byref *
shapeType : SoShapeHintsElementShapeTypes byref *
faceType : SoShapeHintsElementFaceTypes byref -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- vertexOrdering
- Type: OIV.Inventor.ElementsSoShapeHintsElementVertexOrderings
- shapeType
- Type: OIV.Inventor.ElementsSoShapeHintsElementShapeTypes
- faceType
- Type: OIV.Inventor.ElementsSoShapeHintsElementFaceTypes
Remarks See Also