SoShapeHintsElementSet Method (SoState, Boolean) |
Sets the current shape hints in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void Set(
SoState state,
bool useVBO
)
Public Shared Sub Set (
state As SoState,
useVBO As Boolean
)
public:
static void Set(
SoState^ state,
bool useVBO
)
static member Set :
state : SoState *
useVBO : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- useVBO
- Type: SystemBoolean
Remarks See Also