AutoCad :: How To Lock Visible Layers By Sheet Designation
Mar 24, 2011
I work at an architecture firm, in which we have many drawings, all with multiple sheets. (A1, A2, A3...etc.)
I'm wondering, is there a way to lock which layers are visible based on the sheet you select? I want to prevent someone from accidentally turning on HVAC information on a plumbing plan, if they do not check which sheet they are currently working in.
Is there a way to do this in a more permanent way, other than simply using the Freeze or thaw in current viewport button in the layer pulldown menu?
View 1 Replies
ADVERTISEMENT
Aug 8, 2013
I am frustrated at the design of sheetsets. There is no way to "lock" sheets to a particular sheet set.
When I have a sheet open with a sheet set verything is great but, if I close that sheet and open another w/o closing the sheet set, the new dwg will associate all of its fields with the other sheet set. Is there a way to lock the sheets with a sheet set? OR is there a way to automatically close a sheetset that is associated with a a file or files when they are closed?
View 2 Replies
View Related
Mar 1, 2012
I have several viewports on my drg sheet, but when I print preview only one is visible, why is this?
View 4 Replies
View Related
Nov 30, 2012
i have created a presentation where i have frozen some layers in the object field. but later on when i create new layers of course they appear in this presentation until i freeze them. is there a clue to lock the presentation at a state to avoid updating the presentation by freezing manually each new layer .
View 1 Replies
View Related
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
Jul 23, 2012
Is there a way to lock the layer setup in a viewport, so when i copy and paste it to another paper space tab in the same or different cad file, it keeps the same setup?? (layers frozen / thawed)?
View 6 Replies
View Related
Jan 19, 2011
Build a model, position it, turn on or off layers you want or don't want to be seen, create a new layout. then reposition, change layers and so on, create a new layout, maybe zoom in on a detail, create another layout and then export all to a PDF.
my problem is if you change layer visibility it affects all layouts , not what I would expect. Or if you zoom in, it still bases the layout on extent , all though display type does seem to hold on the layout it was set for.
so what would be the proper way of showing only relevant information on several different sheets.
View 6 Replies
View Related
Jul 9, 2012
I have a sub that gets a page number and a collection of layer ID's to freeze. The sub will freeze the selected layers in all of the viewports except for the new one.
After running the program, the layers in the specific viewport are still visible, but when you go into Model mode in the viewport and check the layer status, it shows the selected layers are set to Freeze in the viewport.
If I save the drawing, exit,and re-open it, the layers are now not visible. I believe I have the "Regen" in the correct spot.
The code is attached.
' Freezes the selected layers in all other existing viewport layouts Public Sub freezeOtherLayouts(ByVal pageNumber As Integer, ByVal layersToFreezeLayerIds As ObjectIdCollection) Dim doc As Document =
[Code].....
View 9 Replies
View Related
Oct 10, 2012
When I load a dwg file, i set all invisible layers to visible!The layer properties has been set to visible, but the entities on those invisible layers still can't see.After that I change the layout,just change the 'model' to 'layout1' Then change back to 'model' . All entities is visible!
private void AddNewLayer(Document doc)
{
if (doc.IsReadOnly)
return;
using (DocumentLock m_DocumentLock = doc.LockDocument())
{
[code]....
View 9 Replies
View Related
Jul 26, 2013
Why is there no temper designation on the AL 6061 material?
Inventor Professional 2013
Vault Collaboration 2013
View 1 Replies
View Related
Aug 23, 2012
Say you model a custom nut or bolt with threads. Is it possible to put the thread designation in the description iproperty?
Something like:
=bolt, hex head, <dia> - <thread designation>
View 7 Replies
View Related
Apr 2, 2012
Is there any way to freeze/lock selections from all layers other then current layer automatically-like we do in Photoshop where no object other then selected layer is select able.
I have to switch layers quite often and not want to select objects from any layer other then current layer. but for this i have to first freeze the previous layer and then unfreeze the current layer and so on.
View 2 Replies
View Related
Sep 27, 2011
I have a dialog box that has 2 list boxes. One box has the available layers in it, while the other will contain the selected layers. I want to use those selected layers as a list of layers that will be visible in a particular view port. I have searched all over to find information on what kind of list I would need and how could I use the list with a view port, but all I've found is info for one layer becoming visible.
I'm also looking into "FreezeLayersInViewport" but info sure seems limited.
View 9 Replies
View Related
Nov 7, 2012
I have an Architecture drawing and only the current layer is visible from the pull-down lift. I can only access the other layers by opening the Layer Manager.
View 2 Replies
View Related
May 8, 2012
Layers are shown in the drop down menu from the ribbon but when I open the layer manager no layers are visible. I can click in the empty space and the layer will highlight. See attached.
System:
Core2 Quad Q9650
8GB Ram
WIN 7 64bit
FirePro V3900
AutoCAD 2012 64bit
View 6 Replies
View Related
Feb 10, 2012
When I try to add new layers the layer propert manager is notvisable. I have to hit escape to return to the drawing. I beliesve the dialog box may be trying to go to a second screen I use at home. This happens on my lap top when it is not connected to my second moniter..
View 6 Replies
View Related
Aug 9, 2012
Nothing is more tedious than not being able to use the direct selection tool to grab multiple points because there is another shape under it on a different layer. I'd think that locking those layers would prevent selection, but it does not.
View 1 Replies
View Related
Aug 11, 2013
I am using Illustrator CS6 and followed a tutorial in Lynda.com on how to make a circular logo. Turned out great, the trouble is I can't lock the layers or group them together to move to my desired location.
View 5 Replies
View Related
May 9, 2013
I want to insert a layer into one of my video groups. But when I do I want all of the layers in all of the selected groups to move holding therei relative position. e.g. i have a text layer positioned at a certain time in a Clip B. I want to insert another clip right before this clip which will shove Clip B to the right. I want the text layer to move also keeping its relative position to Clip B. The text clip is in a different video group from that of the underlying layer that is being shoved over.Restated, I want to hold all the clips and layers in position so that when I insert another clip everything moves holding their positions relative to each other.
View 3 Replies
View Related
Jan 14, 2013
Running X3 on WinXPPro, I was running down the list of shortcut keys at:
[URL]
and tried the "B" shortcut applied to a bunch of plain boxes. Result was very confusing. The list as well as the X3 menu show "B" in caps for align to bottom. One might assume that that meant "Shift b," right? But no. "Shift b" aligns the boxes as a set, evenly spacing them vertically. Non-shifted "b" aligns all selected objects to the bottom of the topmost object, which is wierd. You might think that it would align to the bottom of the bottom-most. However, "B" as set using the Caps Lock performs identically to "b." I.e., "B" & "not-B." Since there is no way visually to discriminate between "B" as "Shift b" and "B" as "Caps Lock B" you might think that either this would be changed so that the visual prevails or a lower case "b" would appear in the menu instead of an ambiguous "B."
View 1 Replies
View Related
Feb 11, 2005
I have a PSD with about 100 layers. When I use the select tool and press while holding CTRL (to activate "auto select layer") I sometimes select invisible layers.
View 9 Replies
View Related
Feb 21, 2013
It'll be useful if we can crop layers based on visibility. AFAIK gimp onlycapable crop current selected only.
View 2 Replies
View Related
May 28, 2013
So whenever I open up Gimp and then a new image, the layer for the background don't show up. > [URL]..
I've this window with all the tabs for the brushes, patterns etc and when I want to make the layers visible, I've to drag the layers window to the tabs and then drag it back to where it first was.. (it's quite hard to explain )
[URL]....
so basically, the layers don't show unless i do something what can i do about this?
View 6 Replies
View Related
Nov 4, 2013
Previously, I was able to view all layers marked as visible at once when editing photos. Now, for some reason, only the top layer is visible, and will not show the editing done in the layers below.
View 1 Replies
View Related
Jul 16, 2012
i was doing a frame by frame animation. i already have over 100 drawn out and everything was going fine till i don't know what i did. so here is my current state .the frame still look the same, if i select a frame it shows the currect layer configuration on the canvas, but the layer pallette shows all my my layers as visible. selecting other frames does not change the layer palette even though the frame changes.also, i cannot edit any of the layers. i don't get any errors but nothing happens. if i start a new layer i can't draw on it either. this is cs5 on mac.
View 8 Replies
View Related
Jun 10, 2013
For some time now i experience a really strange problem with my layer masks: the parts of a layer I hide with a black layer mask are still slightly visible in my picture - like these pixels still have an opacity of about 5%. The colour in the mask is definitly black and not dark grey (this was my first guess what could be wrong). I have no idea when this problem started, but I believe it was not there when I started to use CS6 (which I still do and on which the problem appears).
View 1 Replies
View Related
Nov 12, 2012
One day, when starting CS4 and working, I noticed that when adding text to an image, while the cursor moves, no text is in fact visible.
As soon as I switch layers, it appears. This also occurs for other actions, where you perform the action, but the effects of that action is not visible until you switch layers, or do SOMETHING else.
Win 7 Pro, 4GB RAM, 21GB free space on SSD, 1.24TB free on install drive. System otherwise stable.
View 5 Replies
View Related
Oct 16, 2007
I have a collection of vector images that I use when creating logos. However, there are invisible layers because there are so many layers. How do make these layers visible? I know in Fireworks that there was just a box that you clicked saying "show invisible layers."
View 2 Replies
View Related
Dec 22, 2009
first post from relatively new user of Gimp 2.6.7 on Vista.
I'd like to be able to quickly fit the image to the visible layers -- usually just one layer, in fact. I'm currently doing it by drawing a rough marquee and then correcting it at high magnification before using Fit Canvas to Selection, but there must be a better way! :roll:
View 9 Replies
View Related
Jun 22, 2012
Working with many layers 60+ is great, but most of the time we have many that are not selected i.e. visible.sometime 30+ those layers are most of the time not needed anymore or make it too crowd in the layer box, making layer selection and handling messy.
The best way is to remove them from the PDN, while keeping only the visible selected. But removing the "not selected" layers one by one is time consuming and again, accidents happen.
Three solutions .
A simple way to do it, is just add under "edit menu" or the "Layer menu" the following. "Create new PDN from selected visible layers"..
OR
add to the "Save As" the option to "Save selected visible layers only"
OR the long way, that has its good things in it too.
Add the option to INVERT the layers visibility selection, and then the option to remove/delete selected layers. (of coarse add an approval "are you sure box")
This option would even be great for other uses when we need to switch back and forth between many visible layers. for example when making animations etc.
View 2 Replies
View Related
Oct 17, 2012
why cant I merge visible layers?
View 2 Replies
View Related