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.

View 9 Replies


ADVERTISEMENT

AutoCAD Architecture :: Setup Own Template Drawing With Title Block / Layers

Apr 2, 2012

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.  

View 3 Replies View Related

AutoCAD Architecture :: Macro To Redefine F1 Key

Jul 15, 2013

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.

Here is the macro I am using for the override:

^P'_.osmode $M=$(if,$(and,$(getvar,osmode),16384),$(-,$(getvar,osmode),16384),$(+,$(getvar,osmode),16384))
^P'_.orthomode $M=$(if,$(and,$(getvar,orthomode),1),$(-,$(getvar,orthomode),1),$(+,$(getvar,orthomode),1))

View 1 Replies View Related

AutoCad :: Copy Layers From Template File To DWG?

Sep 29, 2013

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?

View 7 Replies View Related

AutoCAD 2010 :: Redefine Layers For Section Lines And Generated Sections?

Oct 29, 2013

As the title indicates I want to redefine the layers for section lines and generated sections.

View 3 Replies View Related

AutoCad :: Import Layers From A Template To Drawing With Different Template

Jun 9, 2011

Can you import layers from a template to a drawing with a different template

View 3 Replies View Related

AutoCAD VB :: Redefine Block Definition From Another File?

Dec 7, 2011

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

View 2 Replies View Related

AutoCAD Architecture :: A3 Template

Sep 22, 2013

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.

View 2 Replies View Related

AutoCAD Architecture :: Template For Walls

Sep 16, 2012

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.

View 1 Replies View Related

AutoCAD Architecture :: Loading Layer Key Style From Template

Oct 25, 2012

Trying to autoload and update the current & or new drawing to the most recent form or the LKS

This is what my lisp file has

(AecImportLayerKeyingStyle "D:drawingsLibraryAusContent13Aus-Layer&LayerKeyStyles.dwg" "Multi-Level")
(AecSetCurrentLayerKeying "Multi-Level")

On loading drawing, ACA returns

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.

View 2 Replies View Related

AutoCAD Architecture :: Import Layout From Template Really Slow?

Sep 9, 2013

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.

View 4 Replies View Related

AutoCAD Architecture :: How To Migrate Style To Template And Other Drawings

Feb 22, 2013

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?

View 7 Replies View Related

AutoCAD Architecture :: Sheet Template Location Won't Stay Set

Aug 30, 2011

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........

View 9 Replies View Related

AutoCAD Civil 3D :: Layers Stuck In Template?

Jan 18, 2013

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?

View 2 Replies View Related

AutoCAD Architecture :: Project Fields In Title Block Sheet Template

Jun 26, 2012

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.

View 6 Replies View Related

AutoCAD Civil 3D :: Template Already Made With All Of SDSFIE Layers In It?

Aug 20, 2009

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.

View 2 Replies View Related

AutoCAD Civil 3D :: Lock Template Layers - Can't Be Purged And LISP

Oct 30, 2012

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.

View 9 Replies View Related

AutoCAD LT :: Create Template For Drawing With Custom Layers / Text And Dimensions

Mar 18, 2012

I need creating a custom template for my drawings with custom layers, text, and dimensions 

View 7 Replies View Related

AutoCAD 2013 :: Create A List Of Standard Layers / Linetypes In Template?

Sep 20, 2012

Can I create a template with layers/linetypes that I would most often use

View 2 Replies View Related

AutoCAD Civil 3D :: Load Template File At Start-up Instead Of Misc Drawing File

Apr 4, 2012

How to set civil 3d 2012 to automatically load your templete file at start-up instead of a misc. drawing file with no styles or anything.

View 2 Replies View Related

AutoCAD 2013 :: Place And Existing DWG File Into Specific Template File

Jul 15, 2012

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.

View 2 Replies View Related

AutoCAD Inventor :: ILogic Error Cannot Find Excel File After Saving File As Template

Dec 6, 2012

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.

View 3 Replies View Related

AutoCAD Architecture :: File Size Against Revit Architecture?

Jan 23, 2011

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.

View 3 Replies View Related

Illustrator :: Dim Function In Template Layers

Sep 12, 2012

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.

View 6 Replies View Related

AutoCAD Architecture :: Space Evaluation / XLS Template Also Reading Space Property Set Data?

Feb 1, 2012

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.

View 2 Replies View Related

AutoCAD Architecture :: Tool Palettes Aren't Same In New Project As In Project Template?

Dec 6, 2011

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?

View 2 Replies View Related

Paint.NET :: Use Template Photo And Add Two More Photos By Adding Two More Layers

Jun 18, 2012

I need to use a template photo and onto that one add two more photos, by adding two more layers.

Then I need to delete the original (background) one, which would be the template.

However when I delete it, the entire picture gets deleted, i.e. also the photos I pasted on top of it.

How can I avoid that?

Additional information:

Very strangely when adding a new layer, though in the layer screen it shows that I am adding them,

when I paste the first photo onto the background, it then becomes the background image, rather than layer number 2.

View 2 Replies View Related

Illustrator :: Why Do Layers Disappear From Template / When Open It As New Document In AI CS5

Dec 16, 2013

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.

View 6 Replies View Related

AutoCAD Architecture :: Turn Off All The Layers

Feb 13, 2011

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!!

View 3 Replies View Related

AutoCAD Architecture :: Different Walls On Different Layers

Aug 10, 2012

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.

View 9 Replies View Related

AutoCAD .NET :: How To Redefine A Block

May 14, 2012

How do I redefine a block... 

I want to insert the new block definition in the place of the old one and overwrite it. 

The new block has more attributes than the older instance. 

What a good method of going about that? 

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved