Click or drag to resize

LightManagerSupportUnGroup Method

UnGroups the lights

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public abstract void UnGroup(
	RhinoDoc doc,
	ref LightArray light_array
)

Parameters

doc
Type: RhinoRhinoDoc

[Missing <param name="doc"/> documentation for "M:Rhino.Render.LightManagerSupport.UnGroup(Rhino.RhinoDoc,Rhino.Render.LightArray@)"]

light_array
Type: Rhino.RenderLightArray

[Missing <param name="light_array"/> documentation for "M:Rhino.Render.LightManagerSupport.UnGroup(Rhino.RhinoDoc,Rhino.Render.LightArray@)"]

See Also