RenderPlugIn.SunCustomSections Method

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)
Syntax
public virtual void SunCustomSections(
	List<ICollapsibleSection> sections
)
Public Overridable Sub SunCustomSections ( 
	sections As List(Of ICollapsibleSection)
)

Parameters

sections
Type: System.Collections.GenericListICollapsibleSection
Create your sections and return a list of them
Version Information

Rhino for Windows

Supported in: 6.8
See Also