C# Class RhinoCycles.Commands.SetDebugOptions

Inheritance: Rhino.Commands.Command
Afficher le fichier Open project: mcneel/RhinoCycles Class Usage Examples

Méthodes publiques

Méthode Description
SetDebugOptions ( ) : Rhino

Méthodes protégées

Méthode Description
RunCommand ( RhinoDoc doc, RunMode mode ) : Result

Private Methods

Méthode 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 méthode

protected RunCommand ( RhinoDoc doc, RunMode mode ) : Result
doc RhinoDoc
mode RunMode
Résultat Result

SetDebugOptions() public méthode

public SetDebugOptions ( ) : Rhino
Résultat Rhino