Search the Community
Showing results for tags 'boundingbox'.
-
Modifications to bounding box and model to paperspace
robobobo posted a topic in AutoLISP, Visual LISP & DCL
Hi all, I am attempting to get a viewport from blocks in modelspace to paperspace with a layout template. I would like this automated by selecting all the blocks in numerical order and placing them on the correct numbered layout. I have found plenty of lisp out there, but nothing that seems to work...- 4 replies
-
- layout
- paperspace
-
(and 4 more)
Tagged with:
-
I'm trying to modify some code to achieve the following: Ask the user to pick multiple blocks, step through each block, get the extents of the block, and save a view with the view name equal to the name of the block. Doing some research I've managed to get the extents of the block but c...