SoDecimationPercentageElementSet Method (SoState, SoNode, Single) |
Sets the current decimation 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_11013,
float comp
)
Public Shared Sub Set (
state As SoState,
name_11013 As SoNode,
comp As Single
)
public:
static void Set(
SoState^ state,
SoNode^ name_11013,
float comp
)
static member Set :
state : SoState *
name_11013 : SoNode *
comp : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_11013
- Type: OIV.Inventor.NodesSoNode
- comp
- Type: SystemSingle
Remarks See Also