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