Exemple #1
0
 /// <summary>
 /// A texture mapping event has occurred
 /// </summary>
 public static void OnTextureMappingEvent(object sender, RhinoDoc.TextureMappingEventArgs e)
 {
     DebugWriteMethod();
 }
 /// <summary>
 /// A texture mapping event has occurred
 /// </summary>
 public static void OnTextureMappingEvent(object sender, RhinoDoc.TextureMappingEventArgs e)
 {
     RhinoApp.WriteLine("** EVENT: Texture Mapping Table: {0} **", e.EventType.ToString());
 }