SoComplexityElement.Set Method (SoState, SoNode, Single) |
Sets the current complexity in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic static void Set(
SoState state,
SoNode name_9536,
float comp
)
Public Shared Sub Set (
state As SoState,
name_9536 As SoNode,
comp As Single
)
public:
static void Set(
SoState^ state,
SoNode^ name_9536,
float comp
)
static member Set :
state : SoState *
name_9536 : SoNode *
comp : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.Misc.SoState
- name_9536
- Type: OIV.Inventor.Nodes.SoNode
- comp
- Type: System.Single
Remarks
See Also