How to flatten or project the selected curve onto the working plane corresponding to the current view, you generally need to SetPt and then select the z-axis, and I want to ask if there is a shortcut macro
(I am not sure If I 100% understood your long question, that is a long single sentence. If you have more then one question, please break it down into smaller junks.)
_ProjectToCPlane
Has the advantage to offer a copy-option, no need to select the affected coordinates.
_-SetPt _Pause _ZSet=_Yes _XSet=No _YSet=_No 0,0,0
Will do the same…
hope this helps, kind regards -tom
Thanks, it worked. That’s exactly what I’m looking for, thank you again
Thanks, it worked. That’s exactly what I’m looking for, thank yo
u again