A Rhino.NET plug-in can contain as many MRhinoCommand derived classes as it wants. DO NOT create an instance of this class (this is the responsibility of Rhino.NET.)
Inheritance: RMA.Rhino.MRhinoCommand
 /// <summary>
 /// Public constructor
 /// </summary>
 public SampleCsSaveView()
     : base()
 {
     _instance = this;
       _saved_views = new Stack();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Public constructor
 /// </summary>
 public SampleCsSaveView()
     : base()
 {
     _instance    = this;
     _saved_views = new Stack();
 }