SoComplexityTypeElementSet Method (SoState, SoNode, SoComplexityTypeElementTypes) |
Sets the current complexity type in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
SoNode name_9737,
SoComplexityTypeElementTypes type
)
Public Shared Sub Set (
state As SoState,
name_9737 As SoNode,
type As SoComplexityTypeElementTypes
)
public:
static void Set(
SoState^ state,
SoNode^ name_9737,
SoComplexityTypeElementTypes type
)
static member Set :
state : SoState *
name_9737 : SoNode *
type : SoComplexityTypeElementTypes -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_9737
- Type: OIV.Inventor.NodesSoNode
- type
- Type: OIV.Inventor.ElementsSoComplexityTypeElementTypes
Remarks See Also