Beispiel #1
0
 /// <summary>
 /// Parses any rhino object that is added, and sends it safely to the
 /// VR thread if necessary.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 void OnAddRhinoObject(object sender, Rhino.DocObjects.RhinoObjectEventArgs e)
 {
     processSignal(e.TheObject.Attributes.Name);
 }
Beispiel #2
0
 private void RhinoDoc_AddRhinoObject(object sender, Rhino.DocObjects.RhinoObjectEventArgs e)
 {
     //Interop.AddText(e.TheObject.ObjectType.ToString());
 }