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