SoShapeHintsElementGet Method (SoState, SoShapeHintsElementWindingTypes) |
Return current shape winding type 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 SoShapeHintsElementWindingTypes windingType
)
Public Shared Sub Get (
state As SoState,
<OutAttribute> ByRef windingType As SoShapeHintsElementWindingTypes
)
public:
static void Get(
SoState^ state,
[OutAttribute] SoShapeHintsElementWindingTypes% windingType
)
static member Get :
state : SoState *
windingType : SoShapeHintsElementWindingTypes byref -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- windingType
- Type: OIV.Inventor.ElementsSoShapeHintsElementWindingTypes
Remarks See Also