SoWinDirectionalLightEditorAttach Method |
Attaches the editor to a directional light.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic void Attach(
SoPath pathToLight
)
Public Sub Attach (
pathToLight As SoPath
)
public:
void Attach(
SoPath^ pathToLight
)
member Attach :
pathToLight : SoPath -> unit
Parameters
- pathToLight
- Type: OIV.InventorSoPath
RemarksWhen attached, changes made in the editor directly affect the attached light.
See Also