Revision of Viewports in the model

Revision of Viewports in the model

jorgearone_inssitu
Enthusiast Enthusiast
330 Views
2 Replies
Message 1 of 3

Revision of Viewports in the model

jorgearone_inssitu
Enthusiast
Enthusiast

Hello everyone, I would like to see if there is already a lisp that can do this
It is to make a quick check if all the drawings are included in the layout.

This drawing is an example

jorgearone_inssitu_1-1691783660042.png

I have a drawing with 3 Layouts (Lay_1, Lay_2, Lay_3)

Each Layout is Respectively as seen

Lay_1

jorgearone_inssitu_2-1691784966259.png

Lay_2

jorgearone_inssitu_3-1691784992878.png

Lay_3

jorgearone_inssitu_4-1691785035793.png

 

then through a Lisp to be able to  can mark each view of the layouts in the model (each layout with a different color, starting with 1, 2, 3 ...), and that the name of the layout appears in the center of the closed figure of the Layout

In such a way that the drawing can remain on the model like this

jorgearone_inssitu_5-1691786213355.png

 

0 Likes
Accepted solutions (1)
331 Views
2 Replies
Replies (2)
Message 2 of 3

paullimapa
Mentor
Mentor
Accepted solution

this code almost gets you there by drawing the vport outline for each vport in all layouts

the layout labelling and color designation shouldn't be that difficult:

Solved: Re: Outline projection all viewports to model - Autodesk Community - AutoCAD


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 3 of 3

jorgearone_inssitu
Enthusiast
Enthusiast

Thank you so much

0 Likes