POLYLINE BORDER TO VIEWPORT BORDER ==== PL4VIEWPORT

POLYLINE BORDER TO VIEWPORT BORDER ==== PL4VIEWPORT

rolisonfelipe
Collaborator Collaborator
588 Views
4 Replies
Message 1 of 5

POLYLINE BORDER TO VIEWPORT BORDER ==== PL4VIEWPORT

rolisonfelipe
Collaborator
Collaborator

How to make the red line that is in the model as the edge of the viewport in layout01, is there any command?
If it doesn't exist, is there a lisp that can select the red boundary in the model and launch it as a viewport for the layout.

 

 

Thank you to everyone who can contribute

rolisonfelipe_0-1712888927922.png

That would be an example of what it would look like

0 Likes
Accepted solutions (1)
589 Views
4 Replies
Replies (4)
Message 2 of 5

Sea-Haven
Mentor
Mentor

Something like this, make the rectang to suit then makes the layout.

 

SeaHaven_0-1712891083449.png

 

 

 

0 Likes
Message 3 of 5

rolisonfelipe
Collaborator
Collaborator

generate the rectangle and place it in the viewport, that's easy!
What I wanted was to exclude everything that is outside the polyline with the help of the viewport becoming the limit with the red line

0 Likes
Message 4 of 5

daniel_cadext
Advisor
Advisor
Accepted solution

MVIEW?

https://help.autodesk.com/view/ACDLT/2024/ENU/?guid=GUID-5272B8FC-88FD-4B58-BC7C-A32C71AA22C2

 

mview.png

Python for AutoCAD, Python wrappers for ARX https://github.com/CEXT-Dan/PyRx
0 Likes
Message 5 of 5

Kent1Cooper
Consultant
Consultant

MVIEW re-scales what you see of Model space through it -- you would have to say how easy it would be to compensate for that.  IMAGECLIP works quite well [with the boundary closed] for other kinds of images:

Kent1Cooper_0-1712926252024.png

but for some reason doesn't like the Geomap Image.  Can you convert that to a .jpg or something?

Kent Cooper, AIA
0 Likes