コード例 #1
0
 public SpeckleRhinoConnectorPlugin()
 {
     Instance = this;
     RhinoDoc.BeginOpenDocument += RhinoDoc_BeginOpenDocument;
     RhinoDoc.EndOpenDocument   += RhinoDoc_EndOpenDocument;
     // RhinoApp.Idle += RhinoApp_Idle;
 }
コード例 #2
0
 public SpeckleRhinoConnectorPlugin()
 {
     Instance       = this;
     RhinoApp.Idle += RhinoApp_Idle;
 }