C# Class RhinoCycles.Commands.SetDebugOptions

Inheritance: Rhino.Commands.Command
ファイルを表示 Open project: mcneel/RhinoCycles Class Usage Examples

Public Methods

Method Description
SetDebugOptions ( ) : Rhino

Protected Methods

Method Description
RunCommand ( RhinoDoc doc, RunMode mode ) : Result

Private Methods

Method Description
ReadOptions ( Rhino.Input.Custom.OptionToggle toggleVerbose, Rhino.Input.Custom.OptionToggle toggleInteractive, Rhino.Input.Custom.OptionDouble spotlightFactor, Rhino.Input.Custom.OptionDouble pointlightFactor, Rhino.Input.Custom.OptionDouble sunlightFactor, Rhino.Input.Custom.OptionDouble arealightFactor, Rhino.Input.Custom.OptionDouble polishFactor ) : void

Method Details

RunCommand() protected method

protected RunCommand ( RhinoDoc doc, RunMode mode ) : Result
doc RhinoDoc
mode RunMode
return Result

SetDebugOptions() public method

public SetDebugOptions ( ) : Rhino
return Rhino