Search the Community
Showing results for tags 'layouts'.
-
Hello Everyone, Been looking through lee mac's website for helpful lisp routines for work and found this copy2layouts lisp routine he created. When I start the command, it doesn't seem to select any objects I have within the layout for me to copy. Instead, it only selects object in the model s...
-
Hi there, I'm trying to convert a few thousand files from dwg to pdf and I believe I'm on the right track but am a little stuck. I'm attempting to use DWG TrueView though I have limited access to AutoCAD for like template creation and such. I seem to have trouble getting some of them to plo...
- 5 replies
-
- layouts
- initialize
-
(and 3 more)
Tagged with:
-
Version 1.0.2
905 downloads
This small program works just like AutoCAD's GATTE express tool, with the extra option of choosing which layouts to apply attribute changes to. GATTE2 is made in lisp and uses CAB's Layout Select program to select which layouts you want. Make sure you place LayoutSelect.dcl in an AutoCAD... -
Hi all. I've looked pretty much everywhere for a solution. I basically what to show the UCS at its origin, just like the command UCSICON>OR>ENTER but for all spaces. I can go this route but this means iterating through all the layouts. (foreach itm (...
-
Hi all, firstly, apologies for my lack of technical terms on this, please bear with me whilst I try to explain what I am struggling with! Right, I have got a drawing of a school that we are designing the fire sprinkler layout on. For the initial approval drawings, I have printed it to scale an A...
-
Scale entire layout with viewports
jkoll66 posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hi all, I have a colleague that came to me with a question. He would like to grab everything in a layout and scale it by 1.5X while at the same time having all of the viewports in that layout adjust their scales by 1.5 as well. I don't think there is a way to have AutoCAD automatically do this, but... -
Hi all, I have about 140 layouts and I've just been asked to add a piece of information (some mtext) to every other layout, any ideas? Any help is appreciated, Dave
-
Create viewport boundary from model space polyline
liamdonnelly0209 posted a topic in AutoLISP, Visual LISP & DCL
Hi All. Im assuming this could be done via a lisp but not entirely sure. Im wondering if there is a way to create a layout with border plus a viewport that uses a polyline/block set in model space as its reference for its limits. Almost the opposite way that the change space command works... -
Hey guys, hope your guys' summer have been awesome so far. I am working on a piece of code where I can save each layout as a 2004 autocad drawing (as well as bind any xref's and purge/audit the drawing). One of our clients requires this and depending on the project size it can take a long ti...
-
Evening All I have a scenario where I want to use some thing like the system variable CTAB in a field but have it report another Layout Name in the drawing rather than the Layout that I'm working in. Let me explain..... I'm producing phasing drawings for a well known supermarket and I use t...
- 11 replies
-
- system variables
- ctab
-
(and 2 more)
Tagged with:
-
Hi All, I am having problems Xref ing a drawing of my new title block to paperspace. The plan is to try and have it as the default title block whenever I select to layout a drawing, can anybody help me with this? Regards Greg
-
Hi folks I have a floor plan of residential building. In modeling mode the ratio is 1:1, after I fitted the drawing to my viewport in layout mode, the ratio is lets say 1:50. Does this effect my dimension? I used metric unit (Centimeter), because I thought when someone reads my drawing, he will...
-
I have inserted an image to a layout for our drawings. On my computer the image shows just fine in the layout. On my co-worker's computer, she doesn't see the image when she opens the same layout. It shows the reference location- example-Z:\Facilties\blah\blah.jpeg I have AutoCAD 2013 and they have...
-
Part file location in title block?
andrewmmccallum posted a topic in AutoCAD Drawing Management & Output
Hello, I’m trying to save myself a bit of time and was wondering if it is possible to have part of the file location displayed in the title block? The current title block we are using shows the full file location of the drawing but I was wondering if it is possible to show only part of this?... -
Is there a way to use LAYOUTSELECT.dcl to DELETE blocks from certain layouts?
Frozena posted a topic in AutoLISP, Visual LISP & DCL
Hello, I have used the GATTE2.lsp and am indebted to the person who posted it. It's wonderful. Now I humbly ask if there is a way to use the LAYOUTSELECT.DCL in order to completely delete blocks from certain layouts. I would LOVE to learn how to program and work with lisps, dcls, dlls, etc. but... -
Thanks in advance for any help with this issue. I was asked to convert a .DWG to a .PDF. The .DWG came from a manufacturer and displayed 3 pages worth of content that was seperated into 3 Engineering Drawings. The layout included all 3 pages. I want to Plot this document to a 3 Page PDF...