SoLightModelElementSet Method (SoState, SoLightModelElementModels) |
Sets the current lighting model 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,
SoLightModelElementModels model
)
Public Shared Sub Set (
state As SoState,
model As SoLightModelElementModels
)
public:
static void Set(
SoState^ state,
SoLightModelElementModels model
)
static member Set :
state : SoState *
model : SoLightModelElementModels -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- model
- Type: OIV.Inventor.ElementsSoLightModelElementModels
Remarks See Also