SoDecimationTypeElementSet Method (SoState, SoDecimationTypeElementTypes) |
Sets the current decimation type 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,
SoDecimationTypeElementTypes type
)
Public Shared Sub Set (
state As SoState,
type As SoDecimationTypeElementTypes
)
public:
static void Set(
SoState^ state,
SoDecimationTypeElementTypes type
)
static member Set :
state : SoState *
type : SoDecimationTypeElementTypes -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- type
- Type: OIV.Inventor.ElementsSoDecimationTypeElementTypes
Remarks See Also