How To Rotate a AcDbviewport

How To Rotate a AcDbviewport

Anonymous
Not applicable
392 Views
1 Reply
Message 1 of 2

How To Rotate a AcDbviewport

Anonymous
Not applicable

How To Rotate a AcDbviewport Use ObjectArx

As Use "Rotate" Command In CAD2010 or later

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

tbrammer
Advisor
Advisor

Do you want to rotate the AcDbViewport entity within the paperspace layout?

You can do this the same way as you would rotate any other entity using AcDbEntity::transformBy(const AcGeMatrix3d &mat) with an appropriate matrix.


Thomas Brammer ● Software Developer ● imos AGLinkedIn
If an answer solves your problem please [ACCEPT SOLUTION]. Otherwise explain why not.

0 Likes