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