MText entities not visible in AutoCAD unless FLATTEN command is used #620
-
Hello, I am currently using AcadSharp to generate a simple DWG drawing that contains two MText entities and one Line entity. The code executes successfully and creates the DWG file without any errors. However, when I open the file in AutoCAD, I can only see the line — the MText objects are not visible. Interestingly, when I run the FLATTEN command in AutoCAD, the MText entities become visible. Here is the relevant portion of the code I used: `
` Am I missing something related to the MText configuration or insertion point? Any help or guidance would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The problem was AlignmentPoint. AlignmentPoint represents a 3D direction vector. I missed that. |
Beta Was this translation helpful? Give feedback.
The problem was AlignmentPoint. AlignmentPoint represents a 3D direction vector. I missed that.