MJLM Posted October 6 Posted October 6 Hi, I have a branch of text entities in a drawing rotated with 'rotate3d' command to align with some other entities as explanatory text tags. So if we imagine the letters of the texts forming a plane, this plane is at an angle with the current xy plane. I need to keep them on the same location (I understand the DXF 11 code should remain the same and at the same elevation) but flat, i.e. parallel to the current xy plane and keeping the same orientation already aligned with something else e.g. a line. I have understood so far, I need to adjust the DXF 10 point and maybe the DXF 210 normal vector too, say for example to '(0.0 0.0 1.0). I am failing to translate the DXF 10 point. How can I get it in order to align the text correctly? I do not want to rotate3d each entity. I would like to do it by using LISP for all of them, either with 'entmod' or other command. Any help appreciated. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.