Message 1 of 2
After Mirror Order of text changes. How can we keep the order of text the same as before the mirror using Autocad api in c#?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When we mirror such tag(door tag logically group of text ) using the AutoCAD command we are getting right-side output.
We tried to implement using
Matrix3d.Mirroring(line); do we have any API around this?
Any suggestion.