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