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#?

varun_nct
Participant Participant
336 Views
1 Reply
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#?

varun_nct
Participant
Participant

varun_nct_0-1619457389268.png

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.

0 Likes
337 Views
1 Reply
Reply (1)
Message 2 of 2

sudokuxls
Contributor
Contributor

Text within block is going always to be mirrored as a result of mirroring the entire block.

Have look at this article for more information.

 

0 Likes