AutoCAD Architecture :: Create Layer That Is Turned Off In All Drawing View Ports And Tabs
Jun 28, 2011
I have several paperspace tabs on my drawing. When I create a new layer on the drawing, I have to go to every tab and viewport to turn on or off the new layer. Is there a way to create a layer that is turned off in all the drawing viewports and tabs. Then, I only have to go to the paperspace tab and viewport I want the layer to be seen and turn it on.
View 1 Replies
ADVERTISEMENT
Apr 20, 2011
For over ten years I have been placing view ports on the defpoints layer and have never had a problem.
Apparently one of my co-workers say that the drawing crashes when this is done. When I ask the reason, they could not explain it.
The only thing I can think of is what happened to me once and that is I had a corrupted block and some of the objects were on the def points layer. If the drawing crashes because the view port is on the def points layer.
View 1 Replies
View Related
Jan 18, 2013
When I save layer states overrides for a certain view port and mane it e.g. "K", in layer state manager current layer state is shown as "K", but when I change layout and come back to this one, in layer state manager current layer state is shown as *UNSAVED* again!!!
This results in a great problem. If I update layer state "K" it does not update all view ports that should have layer state "K" automatically so I have to go trough all of them again and apply "K" again and again after any change to "K" is made.
Link to other thread: Apply Layer State Overrides to view ports using filter which, if answered could bypass the problem.
View 5 Replies
View Related
Mar 13, 2013
First off, here is what i want to do:
- in model space
- 3 model space view ports (ai_tiledvp 3 "_V")
- different layer state visible in each view port OR different saved view visible in each view port.
I cannot for the life of me figure it out. At the moment, every time i change the layer state (or saved view) in one view port, it changes in all 3 view ports so that they all show the exact same thing.
View 2 Replies
View Related
Jan 26, 2012
Every layer has turned to white. The layers have colors set to them and everything is set to color by layer, but everything turned to white. It happened either after I printed or exerted the layer dialogue box, I can't recall. How can I get things to go back to show the colors they are.
View 1 Replies
View Related
Nov 29, 2011
Trying to do two variations of an assembly using representations. I turned sub-assemblies off in different representations by unchecking "visibility." I can switch back and forth between representations in the assemby and the sub-assemblies go on and off, but drawing views where I've selected a given representation still show the "invisible" assemblies.
Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014
Dell Precision T1650
Windows 7 Professional SP1 64-bit
Intel E3-1270 V2 3.5GHz / 32G RAM
Nvidia Quadro 2000, Driver 331.82
Space Navigator, Driver Version 6.17.7
View 6 Replies
View Related
Aug 26, 2013
I have been creating directly the DWG of AutoCAD Civil 3D 2013 for a couple of months.I created a project for the 8 points (4 locations with 2 depths in each location - i. e. same XY-coordinates, but different Z) And I just cannot separate the 2 "depth" points of the "same XY-coordinates" location in the 3D Wireframe by using the 3D Rotation Cube. I wonder I should start the C3D 2013 with choosing the right Template, configuring proper Viewports and creating suitable View Frames. I don't know what Template is right for my project of the 2 "depth" points of the same location in the 3D Wireframe of C3D 2013 - see the attached file. what Template (.dwt) is right for my project, how to cofigure 2 or 3 Viewports, and create the View Frames.
View 1 Replies
View Related
Nov 11, 2011
New to AutoCAD. Designing a building in plan. Then used the plan to draw a section in new layer, but still in plan view. Is there a way to copy that section onto a new layer in front view and erase the old section layer? .
View 1 Replies
View Related
May 3, 2012
The layer is turned off but the table is still turned on!
I’m wondering how come the layer in which the table exist is turned off while the table is still turned one!
The screenshot and the file are attached.
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
View 6 Replies
View Related
Nov 8, 2011
My husband is having an issue where his layout tabs have disappeared yet he has them turned on in the Options menu. He has closed and opened his drawing, restarted his PC and still no tabs. They should be there yet they are not there. All of my searches have returned the standard answer of turning them on through the options menu but this is not fixing it. Only thing I can think of is to roll his PC back through a restore...
View 9 Replies
View Related
Dec 1, 2011
I have AutoCAD map 3D 2011.My layout background is white, and sometimes the viewport(s) appear blacked out. I can plot fine, no problems there. It makes it hard to see what I have in my view port. I have removed the viewport and created a new one that will fix the problem approx. 50% of the time.What causes this?
View 6 Replies
View Related
Dec 4, 2012
I've been playing around with the print options for a while here, and can't seem to figure this out. I want to print multiple view ports on one page.
View 7 Replies
View Related
Apr 3, 2012
I have two files...
File 1: with a Profile View => Units set to Meters and Scale set to 1:100
File 2: Units set to Milimeters, Model Space Scale set to 1:100 (same as File 1), Viewport Scale set to 1:100 , Plot style scale set to 1:1
Now I want to X-Ref the "File 1" into "File 2" but when I do that, Civ3D scales all the Profile Labels to huge size. I understand, it has to do with different units (meters and millimeters) set in both file... but thats the way I want this to be...
Please note, in File 2: Model Space scale 1:100 is different than Viewport Scale 1:100, because Model Space scale 1:100 is coming from "File 1" which is set to Meters.
I even tried to keep both Model Space Scale and Viewport Scale same in "File 2" but that didn' work either.
View 2 Replies
View Related
Mar 26, 2011
i am looking for a command to switch view ports with out the mouse for making a script.
View 1 Replies
View Related
Apr 13, 2012
Can't find the controls for zoom about mouse in the view ports.
Do not see a mouse tab in preferences.
View 3 Replies
View Related
Mar 26, 2007
Can the API be used to select feature edges in a drawing view and assign them to a layer? I am using IV10.
View 6 Replies
View Related
Mar 7, 2013
I want to insert another drawing layout tabs contents in current drawing.
It's easy for MODEL tab, but for LAYOUT tabs, I dont know how!?
I prepared a code for INSERTING MODEL tab in current drawing:
(defun INS_DWG (TAB path dwg P / blk)(setq blk (strcat ""*" path dwg """));(setq N (vla-get-count (vla-get-layouts)));;Number of LAYOUT TABS in dwg(if (or(= TAB 0) (= TAB nil))(command "INSERT" blk P 1 0)); TAB=0 or omitted ==>Insert MODEL;(if (= TAB 1));==>Insert the 1st LAYOUT in dwg file;(if (= TAB 2));==>Insert the 2nd LAYOUT in dwg file;and so on....);;;usage:;;(INS_DWG 0 "c:\test\" "test.dwg" '(0 0))
View 8 Replies
View Related
Jul 22, 2013
I am trying to piece together some code for an ilogic rule. This rule should look for a drawing view that is a flat pattern, if it finds one it should change the object layer to our "CNC" layer.
View 3 Replies
View Related
Jul 13, 2009
I am trying to create a new base view in drawing-document.
I can get hold of the view but cant find a way to set reference data --- would like to set the "Line Style" to "As Parts" and "Hidden Line Calculation" to "All Bodies".
View 5 Replies
View Related
Feb 22, 2011
only just begginning to use CAD and I installed Architecture 2011 but there is no tab menu when there is supposed to be?
View 4 Replies
View Related
Sep 9, 2013
I use the same sketch to create a break out view in one type of drawing. I may be blind, but I can't seem to find a way to save that sketch and reuse it when I want to create a break out view.
View 4 Replies
View Related
Jun 13, 2011
In AutoCAD Architecture 2011, some of the tabs are missing. One is the Insert tab. So I can not insert an xref.
how to regenerate the ribbon...if that is what I need to do.
View 2 Replies
View Related
Sep 2, 2013
I was installing my Express tools & somehow hit the unload button by mistake,now when i type Ribbon..It says no tabs or palets loaded.Which file do i have to Upload ?
View 2 Replies
View Related
Jan 26, 2012
Every layer has turned to white. The layers have colors set to them and everything is set to color by layer, but everything turned to white. It happened either after I printed or exeted the layer dialogue box, I can't recall. How can I get things to go back to show the colors they are. Oh and I'm using AutoCAD Architecture 2012.
View 7 Replies
View Related
Nov 22, 2013
I'm a right clicker. Contextual ribbon tabs pop up every time I touch an object. They require additional clicks and mouse movements. I don't want them. How can I stop them? I just want the default ribbon. I was able to do this on a previous version but now I forget how. Version upgrades do not bode well for old people.
View 2 Replies
View Related
Mar 3, 2009
This morning after no problems yesterday.
"This Ribbon does not have any tabs or panels currently loaded."
It was there yesterday until I quit ACA, where did it go?
Did Autodesk install a virus that deletes the Ribbon after a predefined number of uses? It doesn't make any difference which workspace is invoked it is not there. In Document it is just completely gone and typing ribbon at the command line brings up the "This Ribbon..." as is the case in all the other workspaces. How does this happen?
View 9 Replies
View Related
Mar 30, 2012
Ok I am struggling with this again. Some how when my assembly was made I had several work planes visable on several subassemblies. No big deal, I will just go to the subassemblies, turn them off and save them and all will be fixed right? Wrong, the assembly still opens with the work planes showing. So I expand the subassemblies and turn the visability off in the top level assembly. Now when I attempt to save the assembly I am told that the master view is locked and I need to create a new view. But I don't ever want all the work planes on and I don't want to create a new view because that leads to not being able to save a linked assembly or drawing if the wrong thing is open somewhere.
How do I unlock the master view to be able to save it with the planes turned off?
View 9 Replies
View Related
May 29, 2013
I've locked a layer and this one went off, too. This is AutoCAD 2010, it's because the program?
I want my layer ON but locked, what can I do?
View 2 Replies
View Related
Feb 8, 2011
I have a plan view of a residential building. I want to remove some columns. I may need them later so I don't want to delete them.
I want to move them to a new layer (layer name: hiddenObject) and turn this layer off to unshow them.
When I move them and turn that layer off, first, the color of those objects didn't turn to layer's color and second they don't disappear.
What is wrong with my procedure?
View 5 Replies
View Related
Feb 26, 2012
So... every layer has to be turned on and thawed? But that's the direction things seem to be going. If I want to see my contours, for example, all layers associated with them must be on and thawed. Yes? No?
This makes drafting and designing more difficult and it unnecessarily clutters the screen. Once I'm done creating a surface, for example, I don;t want to see the intermediate entities again (unless I need to make changes). All I want to see is the finished product that will appear on the plans, i.e. contours, etc.
Windows 7-64
8GB RAM
AutoCAD Civil 3D 2013
View 9 Replies
View Related
Oct 2, 2012
We have an intern that has somehow made it impossible for her to edit inside viewports(switching to model space) on her layouts. None of us has seen this before and do not know how to reverse what she has done. This happens with any drawing she opens. She can edit when in the model space tab, but when she goes to one of the layout tabs and double clicks on the viewport she cannot edit. The viewports are not locked.
We have had several people look at it and cannot find what command or setting she changed. She does not have admin rights so I do not think she could have run a script. She is not familiar with AutoCAD Architecture, her experience has been limited to Revit.
View 5 Replies
View Related