Click or drag to resize
SoWinDirectionalLightEditorAttach Method

Attaches the editor to a directional light.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Attach(
	SoPath pathToLight
)

Parameters

pathToLight
Type: OIV.InventorSoPath
Remarks

When attached, changes made in the editor directly affect the attached light.

See Also