-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
20240225 mme multi leader rework #293
20240225 mme multi leader rework #293
Conversation
- MultiLeaderPropertyOverrideFlags: Misspelled enum identifier - MultiLeaderAnnotContext: OverallScale --> ScaleFactor (consistency!) property TextAttachmentPoint (group code: 171) - MultiLeaderAnnotContext.LeaderRoot: AttachmentDirection (internal set --> set) - MultiLeaderAnnotContext.LeaderLine: no setters for IList properties
- Use enum BlockContentConnectionType, delete enum AttachmentType
…nanoLogika/ACadSharp into 20240225_mme_MultiLeader_rework
- Location --> TextLocation, BlockContentLocation - Rotation --> TextRotationl, BlockContentRotation
Hi @DomCR, I created detailed comments in |
- Merge conficts removed
Hi @DomCR, |
I've added tests to check the different versions, and I haven't modified the current flow besides the fix for the 16 bits, if you spot an issue with the new implementation report it as an issue and in the mean time I'll roll back the changes. |
If you make the changes I think this is ready to go! Great job!!! |
Hi @DomCR:
Planned for next PRs:
|
Hi @DomCR, |
Fixes issues #292 and #273.