SoDrawStyleElementSet Method (SoState, SoNode, SoDrawStyleElementStyles) |
Sets the current draw style in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax public static void Set(
SoState state,
SoNode name_11412,
SoDrawStyleElementStyles style
)
Public Shared Sub Set (
state As SoState,
name_11412 As SoNode,
style As SoDrawStyleElementStyles
)
public:
static void Set(
SoState^ state,
SoNode^ name_11412,
SoDrawStyleElementStyles style
)
static member Set :
state : SoState *
name_11412 : SoNode *
style : SoDrawStyleElementStyles -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- name_11412
- Type: OIV.Inventor.NodesSoNode
- style
- Type: OIV.Inventor.ElementsSoDrawStyleElementStyles
Remarks See Also