ACadSharp
ACadSharp copied to clipboard
Revert Text/MText Linking of Rotation and AlignmentPoint
While testing these changes in production, it was found that since the MText.Rotation set the AlignmentPoint and vice versa, the former would break the correct alignment points which are required for correct text placement.
This PR reverts part of the changes relating to the linking of Rotation and AlignmentPoint for both TextEntity and MText.
We need to review how to handle this properly. Right now, I think the best course of action would be to unlink the two and allow for the library consumer to determine how to properly handle the values. I am not even sure that it is actually possible to convert from a Rotation radian to a 3D AlignmentPoint.
Side note, do you have any more direct contact you use? Email, Discord, etc.? I'd love to be able to talk about certain parts of this project more in a conversational environment if you would be willing.
I've opened the discussions in Github
Closing old PR.