AutoCAD .NET :: Layer Properties Has Been Set To Visible / But Layers Still Can't See
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
ADVERTISEMENT
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
Oct 21, 2011
" unreconciled new layers new layers were found that may need to be reconciled. view unreconciled new layers in layer properties manager
View 9 Replies
View Related
Nov 12, 2011
I'm using Xara P&GD 7. My Page & Layers Gallery doesn't show layers. how I can find and start using Layers tab?
View 2 Replies
View Related
Dec 19, 2011
In Photoshop, there is a shortcut that does the following:
Ctrl + Alt + Shift + E — You’ll get a new layer at the top of the layer stack containing a merged representation of all visible layers (handy for sharpening adjustments, etc.).
I tried this in PSP X3 and it doesn't work. Does it even possible to do this in PSP? I know how to merge all the layers in PSP but all the merged layers then disappear. The Photoshop feature keeps all the visible layers and merges them into a combined merged visible layer.
View 5 Replies
View Related
Mar 11, 2013
If you've ever created an image having multiple assorted layers, and want to apply a modification to the final image while keeping those original layers intact, here's the script to do that:
Select allfrom PSPApp import *
def ScriptProperties():
return {
'Author': u'Ken Arway',
'Copyright': u'2013',
'Description': u'Copies all visible layers to a newly created ra'
u'ster layer.',
[code]....
Just use your favourite text editor to copy that code into a text file, and save the file as "CopyVisibleMergedToNewLayer.pspscript" in your user scripts directory. Doesn't matter if it's the "Restricted" or "Trusted" directory.
As the name implies, all the visible layers will be copied and merged, so it's easy to first "hide" the layers you don't want merged before running the script.
Yes, it's just a series of recorded actions; but the key is its use of the "Select All" and "Paste Into Selection" actions -- that ensures that the resulting merged layer maintains the same positioning as the individual layers. In other words, if your original layers have a transparent background and opaque areas that are off-center, simply using Edit...Paste As New Layer will center those opaque areas in the canvas, which is not what you want....
View 4 Replies
View Related
Sep 20, 2006
There are some layers in my drawing that won't delete in the layers properties manager. I don't know why. It gives me 4 possible reasons:
- It might be layer 0 or a Defpoint (whatever that is).
- It is the current layer
- It is an Xref dependent layer
- It is a layer containing objects
But none of these, to my knowledge, apply. There could be things on the layer that I'm just not seeing, but I've looked thoroughly. I even zoomed out to the extents, highlighted the whole area, and clicked the erase tool, but it still won't go away. I got the file from another computer, so it might be an Xref dependent layer and the Xref'ed files just didn't come with it. How would I be able to tell - and how could I remove the Xref dependency?
Other than that, is there any other reason a layer won't delete? Can I force it to delete?
View 5 Replies
View Related
Feb 15, 2013
I have a bunch of objects on a particular layer, and they're all different colors and linetypes and lineweights, and i want them to all take on the color / linetype / lineweight that i chose for that layer.. how do i do this?
View 1 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
Nov 12, 2011
when I go to use the Layer Control on the Layer Properties it only lists the layer I'm working on. I then have to use the Layer Manager to change layers. why it would stop listing all the layers?
View 3 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
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
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
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
View Related
Oct 15, 2013
I can't seem to copy a part of a layer into another layer. When I do that, the pasted layer becomes invisible. The pasted layer seems to be visible only when it's on its own layer.
Please see attached xcf.
View 1 Replies
View Related
Feb 15, 2012
What's the best method to import layers and their properties form one dwg to another?
I tried layer states manager by import .las file but it only imports the names and not the colors and linetypes.
2013 Civil 3D
View 2 Replies
View Related
Jun 11, 2013
I have a simple solid model of a cube representing a cooling tower that still shows up when I do a realistic visual style even though the layer is off and/or frozen. I cannot hide this thing for some reason. What am I doing wrong?
View 9 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
Mar 20, 2013
When I create a shape in Photoshop CS6, it brings up a nice panel of options - allowing me to change radius, stroke style, colour etc. However, once this shape has been placed in the Photoshop document, I am not able to edit it, without creating a new shape.
I cannot change any of the options. Sure, I can select it and change the size - but how would I change the shape stroke colour and style, as well as the radius of the curves?Is there an option or panel which I need to activate to get back to this menu for the current shape?
Here the shape options are visibleHowever, once I click off the shape - they dissapear and I can no longer get them back.
How would I get the shape options back for this shape, without creating a new layer and shape?As with the way it is now, I have to get things like the stroke colour and radius right the first time - and I like to experiment with my options.
View 4 Replies
View Related
Sep 27, 2012
I am using AutoCAD LT 2013 where I work.I am working with a Floor Plan in which the building and the Site Plan are XRefed and the drawing is very slow.
The building is small, but the XREfed Site Plan, being of a large shopping center, was as drawn by a survey company, and is large. I took out (erased) the solid hatches that indicate the concrete, to make the site a little smaller. Since I do not use the entire site plan on the recipient Floor Plan Sheet, I clipped it using XClip, so only the necessary areas and parking around the building are shown.
I notice that the recipient drawings are very slow (i.e., the Floor Plan where I am working), and the Layers Properties Manager is the worst offender, being very slow and erratic when I want to add a new layer, change layer name, etc.
The computer is a new very large computer, and I did not have this slowness problem before working with other prjects.
Is there any setting or some settings that will make the drawings faster?
View 5 Replies
View Related
Jun 29, 2013
For some reason points are still visible when the layer they are on is turned off. Also the layer is green but the point is red. Color is set to ByLayer.
View 4 Replies
View Related
Apr 3, 2012
I wanted to rename one of the default layer, "Visible," to "CUT" since that's what our plasma cutter looks for.
However, I created a copy of Visible named CUT. Now when I open a new drawing, I get the usual, "The following definitions in template Blah differ from the definitions in the style library..."
I know I could update each template, but I'd rather just delete the copied layer in the styles library. However, I don't see how. Any tips on removing my extra layer with out starting from scratch? Or how to rename a default layer?
View 4 Replies
View Related
Jul 15, 2013
I just had C3D 2013 reinstalled on my LT and having a surface visibility issue. This may be just a command setting issue but I have a surface and created it on a particular layer that I can't make invisible.
Then I turned that layer off so I could work on other things. Now when I do a REGEN that surface becomes visible in my drawing yet the layer identified in its properties is turned off.
If I got to VIEW and ORBIT the surface disappears until I stop rotating then it’s visible again. I like to control visibility by turning layers on or off but this isn’t allowing me to turn it off.
If I make the surface layer current and do a rebuild the surface moves back to that layer and I can then turn that layer off to make the surface invisible.
Why is this surface visible when its layer is turned off?
View 9 Replies
View Related
Aug 26, 2013
I have several .dwg files from an architect each with several hundred layers. I set up a Layer State in one drawing with just the layers I need. I want to use the same Layer State in the other drawings. I opened the Layer States Manager, selected my layer state, and clicked export, selected a location and closed the window.
I double checked in the file manager in Windows 7 that the .las file was where I had exported it. Then I opened the next .dwg, opened Layer States Manager, navigated to the file location and the .las file does not show up.
When I go back to the original drawing and click Import, the .las file is not visible either, but it is if I click Export.I am working on drawings on my hard drive not a network, and saving the .las file to my hard drive.
View 2 Replies
View Related
Mar 8, 2012
I have a viewport in paper space with most layers set to "VP Freeze". When I save the drawing or when a auotsave occurs, the frozen layers become visible again in the viewport even though they are still marked as frozen. The only way I can get the viewport to display correctly again is to close the drawing and re-open it. How I can stop this from happening?
View 9 Replies
View Related
Dec 5, 2011
I am building a program in visual basic to select certain layers and change their color to outline a certain path on a layer diagram. I need to program a clear button that sets all of the layer colors back to color 7 as efficiently as possible
Secondly and less important
I was trying to figure out a way to select all of the text in the selected layers and export them to excel to build an effected equipment list. )I'm not sure if this is even possible)
View 1 Replies
View Related
Dec 1, 2011
When I insert a drawing from another source as a block into one my drawing - and then explode the block and change the exploded block layers to my layers. Then I purge out the old layers. Normally this works fine, but I have lately had trouble getting rid of some unwanted layers as everytime I have tried, I get the message that they are x-ref dependent and cannot be deleted or purged. I have tried to isolate them by freezing and turning off everything else, but there are no features, entities, "specks" whatever, to erase. I have looked at the xref command, and my drawing shows no rogue xrefs. I am not sure what to do to get rid of these layers.
View 8 Replies
View Related
May 24, 2013
Working in AutoCAD 2013LT-my Layer Properties Manager has stopped allowing me access. When I open a drawing layers all come however I get a pop-up note that says: "ALL LAYERS ARE ALREADY INCLUDED IN THIS LAYER STATE. NO LAYERS CAN BE ADDED"
What happened-even when I try to edit layers they will not show up in the Properties Manager as changed.
View 0 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