@Harper wrote:
Hi,
I know there is an event for object transformation which include the transform and the objects:
RhinoDoc.BeforeTransformObjects += RhinoDoc_BeforeTransformObjects; static void RhinoDoc_BeforeTransformObjects(object sender, RhinoTransformObjectsEventArgs e) { }
But is available any event to catch the morphs for document objects?
Thanks in advance
Posts: 1
Participants: 1