SoWinDirectionalLightEditorAttach Method |
Attaches the editor to a directional light.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.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