SoComplexityElementSet Method (SoState, SoNode, Single) |
Sets the current complexity in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public static void Set(
SoState state,
SoNode name_9481,
float comp
)
Public Shared Sub Set (
state As SoState,
name_9481 As SoNode,
comp As Single
)
public:
static void Set(
SoState^ state,
SoNode^ name_9481,
float comp
)
static member Set :
state : SoState *
name_9481 : SoNode *
comp : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_9481
- Type: OIV.Inventor.NodesSoNode
- comp
- Type: SystemSingle
Remarks See Also