Click or drag to resize

RenderPlugInSunCustomSections Method

Override this function to provide custom sections for the sun panel that are displayed when your plug-in is the current render plug-in.

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public virtual void SunCustomSections(
	List<ICollapsibleSection> sections
)

Parameters

sections
Type: System.Collections.GenericListICollapsibleSection
Create your sections and return a list of them
See Also