SoDrawStyleElementSet Method (SoState, SoNode, SoDrawStyleElementStyles) |
Sets the current draw style 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_11408,
SoDrawStyleElementStyles style
)
Public Shared Sub Set (
state As SoState,
name_11408 As SoNode,
style As SoDrawStyleElementStyles
)
public:
static void Set(
SoState^ state,
SoNode^ name_11408,
SoDrawStyleElementStyles style
)
static member Set :
state : SoState *
name_11408 : SoNode *
style : SoDrawStyleElementStyles -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_11408
- Type: OIV.Inventor.NodesSoNode
- style
- Type: OIV.Inventor.ElementsSoDrawStyleElementStyles
Remarks See Also