AutoCAD Architecture :: Redefine Layers From Template File
Sep 13, 2013
I'm trying to set up a company layer structure and want to use LISP. Therefore I'd like to use a template file and set every layer with it's specific linetype and color there. If I change something in the template, say the color of a layer, it should update this in the drawing when I hit the LISP command.
I was presented with a little renovation project and need to setup my own drawing. I've worked on CAD for a number of years while at a structural firm, an engineering firm and took classes in school but one thing I never had to do was setup was my own professional drawing from scratch. I know enough that it's crucial I start off on the foot. The engineering firm I worked at had everything ready so whenever I used CAD it was in an existing drawing or preparing a detail which the drafters imported. When I did some drafting work for an architect, he also had the drawing setup for me.
Since I'm now on my own I need to setup my own template drawing with a title block, layers, etc. Whats the best route for setting up my own sheets?
At my firm we always worked in a 1:1 scale & engineering units but since I'm doing floor plans for renovation work I plan on using the industry standard.
I created a temporary override key in the CUI and assigned a new command to F1. Used to (in other versions of autocad), all was well and it worked great. But for some reason it still invokes the Help command.
When I press the F1 key, my goal is to toggle osnap and ortho at the same time. It does do this, but it also brings up the stupid help menu.
I have a company template file with standard layers that I need to match the layer properties of with a drawing I have already created. How do I do this?
how I can get VBA to insert/redefine a block reference from another file into a block (of the same name) that already exists in the target drawing?
I've tried using the insertblock method but it produces a 'filer error' - As a bonus point, it'd would also be good to be able to retrieve the contents of the blocks collection in the source drawing in some clever way other than opening it (a bit like browsing using the design centre) ?
ACad, MEP, 3DS Max Windows 7x64 X5482 @3.2Ghz 8Gb Ram Quadro FX1700
I want to do what should be quite a simple thing. I want to set up a new A3 template, with a border and title block. Then I want to print a drawing onto that A3 sheet to a scale suitable to fit nicely on the page. Try as I might, I cannot find any tutorials to tell me how to do this.
is there a way to make walls looking same as in floor plans...(layers, colors, hatches). I would like to make a template for my walls looking same in sections as in floor plans. This image is what I get by default and I don't know how to change this.
AutoCAD Architecture menu utilities loaded.ERROR: Unable to import the style 'Multi-Level' from 'D:drawingsLibraryAusContent13Aus-Layer&LayerKeyStyles.dwg'
The LKS already exists in the drawing. Renaming it and pasting the first line to the command line results in a nil return and the LKS is not imported.
Format seems correct. Path is correct. It can't not import because it's already in the drawing. Renaming existing does nothing.
When I import a layout from template it takes about 5-10 min of ACA not responding before it will actually import the layout from my template file. It will do this on any new file the first time and then it will work just fine after that. This was happening with ACA 2013 and now with 2014.
I have been using autocad R14 with a 2d architecture addon for the last 15yrs.I purchased Architecture2009 and never used it because of the learning curve from R14.
Computer Crashed and forced me to update...I am adapting very slowly and need to get up to speed soon. i have a residential design business and my clients are getting a little upset with my lack of production.
I spend a bit of time yesterday changing door styles and want them available to all drawings not just the one they were created in. How do i migrate my style to the template and other drawings?
Every time that I go and set the sheet template, it says that it can't find it, then when I check the location, the path change to something funny: E:/C/Doc........
I am working on the template for my company and making all the styles, labels, etc all consistent to our company standards. This also includes our standards layer names. There are 2 layers that I can't get rid of because they are in use somewhere. C-ROAD-CNTR-STAN and O_PROF-VIEW-TEXT both of these layers do not meet our standards and I can't get rid of them. I went through every style and label to see if I could find where they were being used, but couldn't find them anywhere. I made sure I check the layers for plan, profile, model and section on the display tab of each style.
Since there are so many styles to go through I wanted to try to narrow it down, so I started a new drawing from the template. I purged all of the styles, purged the layers, but they were still there. I set the object layers all to 0. I made sure that every label style default setting was also set to 0. Then I even created all new styles and labels for everything, did a "replace with" and made sure only the new styles were in use, removed the old styles and did a purge. But these layers still are being used somewhere. I tried using LAYTRANS to translate them into the 0 layer, but it doesn't work. There are no blocks in the drawing that are using these layers.
The only command that works to get rid of them is LAYDEL, but doing that makes me concerned that a setting may not have a layer set up for it and it may cause problems in the future.
Attached is a dwg file that I have stripped down as described above. I am using Civil 3D 2012, SP 2. Where a layer is in use? How you can now find where a style is in being referenced?
I've created a sheet template that includes Fields to populate the sheet with the Project Name and location among others like scale, etc. When I create the new sheet in the project navigator most of the fields populate with the correct information based on the parameters set in the project. However, it consistantly does not populate the Project name and location. When I click the field and ensure that the attribute is set correctly then it renders the correct information. The problem is this ends up being a manual operation yet it still reads as a smart tag. Why do these not populate automatically?
Here's my process:
Create dwt for sheet file and include xref of title block.
Create a block with attributes that link to AEC Project, CurrentSheetTitle, etc. and insert into dwt.
In project navigator I create new sheet and select my template.
Information does not populate.
But when I view the block and close (no edits) it then links.
Does an template already made with all of the SDSFIE layers in it? The airport I am working with requires this layering system and I thought I would check to see if I took on the long task of creating one.
In my seemingly never-ending battle with standardizing, I have created a template with all the layers I expect to use in the future. The template will be used by both surveyors and engineers so I have layers that won't ever be used by surveyors. What I don't want is the surveyor to purge the drawing and delete all the layers that the engineers will need. I found the link below explaining and .lisp to replace deleted layers.
[URL]
Now, I am completely new at .lisp and how to use them. Also, this template is used in a program called BricsCad (some of the older generation still uses it instead of Autocad) and using .dws and checking isn't an option for them.
How can you use a template file from your personal files to use it in an already existing .dwg file.
I knwo how to do it if I start the drawing from scratch and I select that template, but I want to put this existing drawing into my personal template file from my documents.
I'm linking an excel file to an .ipt file with iLogic code determining if the Material type is a certian value it will find the correct material thickness. These file work great when working on them thru Vault but when I "Save As Template" and create this file where our other template files are located (not Vault) this fuction does not work. I have realized that I had to place the a copy of the excel file in the same file folder as the template ipt, but even this does not fix the issue.
I recieve this error:
Error in rule: Material, in document: Part6
'MWW Materials (Inventor).xlsx' could not be found. Check the spelling of the file name, and verify that the file location is correct.
If you are trying to open the file from your list of most recently used files, make sure that the file has not been renamed, moved, or deleted.
It seems completly countintutive that just saving the file as a template file would cause this not to work when all files that are required are located in the same file folder. Maybe I need a reference to the excel document within the iLogic code.
Im currently using Autocad Architecture, is it true that Autocad Architecture creates a bigger file size compared to Revit Architecture? Lets say that same structure and components are created.
After creating a template layer and making sure 'dim 50% was selected' no dimming occurred in the placed template image. How do you get this function to be active ni CS 6? It always worked in CS5.
after discovering zones and the space evaluation tool I wonder whether it is possible to customise the XLS output further by also reading out information from a property set attached to the space?
The office standard is to have a property set attached to each space that defines a room number (which is the level ID plus a number, say G-01), the area and the space name.
We used to simply schedule the areas with a schedule table. That only gives us net rooms, no subtotals per department (or say per flat) and no grandtotal.So we got as far as using zones grouping the spaces in each flat.
Now I need an area schedule XLT template that also displays the room number from the space's property set and the schedule grouped in a fashion that I get subtotals per flat (=my zones) in another column and a grandtotal.Playing with the Space evaluation tool I seem to only ever get Room/ zone names and their areas.
I have a Project Template that is used when creating a new project. I noticed that the Tool Palette in the Project Template and the Tool Palette in the new Project are not the same. How do I get the new Projects to pull the same Tool Palettes from the Project Template?
I created a template and placed it in the Graphic Styles folder. When I use the New command and select the new template from Graphic Styles, the Guide layer disappears. When I double click the template to open it the guides are there. Why is the guide layer getting stripped out when I use the New command? I want to avoid opening from template everytime.
The weird thing is that I had a template that was opening with guides until I made some changes to it. Now it doesn't work either.
I am trying to design a house on AutoCAD Architecture 2011 and I have a bunch of layers that I'm not using but I can't delete. The problem is when I turn off all the layers I am using and I leave the ones I'm not using on their is noting on my screen??? why they are their and why I can't get rid of them. I'm trying to keep everything neat and they're messing me up!!
At the moment in AutoCAD (vanilla), we use different names & colors for block walls, concrete walls, etc. for easy isolation of each type, & for different lineweights (CTB). I thought of doing the same in ACA for the same reason, and so in wall styles, display properties, I changed the shrink wrap to by block.
This allows me to change the color of the walls according to the layers I put them into (in plan view). As I haven't even done a building in ACA yet, I need to find out if this method is acceptable, and what are the disadvantages, pitfalls, and if there's anything bad about it.