AutoCAD .NET :: How To Reject Layer Deleting
Aug 17, 2012
I want to lock my layer from deleting. I did it as for object:
public class NonErasableLayer : ObjectOverrule
{
public NonErasableLayer()
{
this.SetCustomFilter();
}
protected override void Dispose(bool value)
[code]......
Then I set overrule for Drawable objects:
ObjectOverrule.AddOverrule(RXClass.GetClass(typeof(Drawable))...
When I run it I saw my message from Erase method but... layer is deleted. This method works fine for any objects as Line or Circle, but doesn't work for layer. How I can reject layer deleting?
View 1 Replies
ADVERTISEMENT
May 8, 2013
How to delete the layer "AR-FURN-E" on the attached drawing? Also, there is a circle to the right of the building where if you zoom out, a small dot will appear inside, what is this?
View 2 Replies
View Related
May 10, 2013
I have a drawing which has multiple blocks. When I explode one block there is an identical block underneath on layer 0.
Is there a way in AutoCAD 2012 to select all the blocks on layer 0 and delete them so that it would leave me with just the one set of blocks?
View 9 Replies
View Related
Jun 8, 2008
problem in photoshop when selecting a layer and deleting it from the layer beneath...
Layer #1 is on top of layer #2....holding down the apple key and clicking on layer #1 to select everything in that layer, then deleting that selection from layer #2 underneath it....this always results with thin ghost lines of everything that was deleted...
How do you delete a layer from a layer and not get those thin outlines off what you just deleted?
View 2 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
Nov 21, 2008
My production workflow involves about 20 PSDs that are updated on a weekly basis. Each PSD has 4 groups with new product images added every week. Every few weeks, to keep file size down, I like to delete all but the most recent product image. I'd like to automate this. I'm curious if this can be done without scripting? As is right now, each layer is given a distinct layer number - If I record an action to delete layers, it only deletes the layers with matching numbers... ie if I record the action to delete layer 147, layer 147 has to be present to make the action work.
If it can't be directly accomodated via an action,
View 5 Replies
View Related
Sep 22, 2013
I have about 50 files that need their layer comps deleted. I need a way to automate this. Is there a way?
View 1 Replies
View Related
Nov 12, 2013
Is there a way to edit layers without deleting them and starting a new layer?
Example: I am creating a border on a separate layer. When I created the layer I set the X and Y sizes. As it turns out, I need to adjust the X and Y sizes. So far the only way I've been able to adjust this is by deleting the border layer and creating a new one.
View 8 Replies
View Related
Jul 18, 2012
I'm trying to install Photoshop on my new laptop (MBP using system 10.7.4) and it refuses to accept my system admin password. How do I get past this?
View 6 Replies
View Related
Jun 25, 2007
way to delete a file out of a folder and have it stored in a reject folder? (ie other than deleting and pulling from trash as I'm now doing)
View 2 Replies
View Related
Apr 23, 2012
We can receive notifies by using ' "AI Command Notifier: Before/After " + menu identifier text'.
I intend to programming rejecting "Undo/Redo". I want to know how to describe for rejecting Undo/Redo commands.
View 1 Replies
View Related
May 24, 2012
I have noticed in Photoshop CS5.1 and CS6 strange behaviour when saving for web file as PNG-24.
case1.I have one layer photo 260x360.Create Marquee square 200x200 and layer mask hide selection (effect: transparent square hole inside)save for web as PNG-24 (transparency on)-> file size 131.4k
case2.I have one layer photo 260x360.Create Marquee square 200x200 and delete pixels (effect: transparent square hole inside)save for web as PNG-24 (transparency on)-> file size 66.93k
Both pictures got same square transparent hole, but sizes are so different. Using mask do not reduce size of the file PNG24. Why is like that, bug ?
View 4 Replies
View Related
Jan 1, 2014
How can I get rid of the annoying floating commit/reject button when I am typing in text. It always seems to be in the way. I'd like to be able to type without the window showing up or be able to move it out of the way.
View 4 Replies
View Related
Nov 28, 2013
Coming from LR3 I'm used to classify pictures via the x-key or the reject flag. This seems no longer to work, although in the list of keys this seems to be still supported. Do I need a software fix?
View 4 Replies
View Related
Nov 22, 2012
Is there a way to shut off or move the confirm reject button in elements 11 when adding text? The Icon gets in the way when adding text to the bottom of a photo.
View 8 Replies
View Related
Aug 1, 2012
It appears that the Layer Filters functionality is broken again with 2013. Unchecking the "Apply layer filter to layer toolbar" disables the function of layer filters in the tool palette.
View 5 Replies
View Related
Sep 11, 2013
I had a computer crash and once it booted back up I can no longer delete any selected line using the delete key on the keyboard. Also if I select a line and use the move command it wants me to re select the line to move it.
View 2 Replies
View Related
Feb 15, 2013
Deleting ONE of the constrains (not all), I wanted to delete one of constrains but sound that the available commands delete all constrains!
How might I be able to delete juts one of the constrains?
View 2 Replies
View Related
Apr 28, 2011
I found the following function that will delete dynamic blocks by finding the effectivename, but it doesn't work.
Function DeleteBlock(ByVal BlockName As String)
Dim ent As AcadEntity
Dim objBlkRef As AcadBlockReference
Dim Insertpoints As Variant
Dim A As Double
[Code]....
View 1 Replies
View Related
Mar 19, 2013
Is there a way (script file) to delete page setups from a lot of sheets all at once.
View 2 Replies
View Related
Jun 4, 2012
Is this possible, as a for instance in Autocad 2011 .If I had an heptagan (7 sides) (had to look this up LOL) which was equal sides and I deleted one line, would I be able to move the two end lines together so it is then a Hextegon (6 sides) and they are all still equal?Or move one of the end lines to close the gap, and all the other lines move with it to keep it in proportion.
I have the BIG Autocad Bible but not knowing what the name of this process is, makes it hard for me to look it up.I can select all the lines and move them but not close the gap.
View 4 Replies
View Related
Oct 14, 2005
Where I am joining 2 solids (like plywood sitting in a dado joint), how can I have one solid be carved out where the 2nd solid overlaps it, without deleting the 2nd solid.
what SUBTRACT does but without the deleting.
View 9 Replies
View Related
Jul 17, 2013
Is there a workaround to delete the last revision row with the edit icon (I've put in by mistake and would like to remove)According to Autodesk HELP:
"Note:The active row is always the most recently added row to the revision table. It is denoted by an edit icon and cannot be deleted."
View 5 Replies
View Related
Dec 8, 2011
I run into the problem where I copy from one project to the next to save time, also from templates and what not. Well there isn't really a uniform nature to my drawings as i started doing them under necessity rather design.
So, i try to delete duplicate layers.. or Layer's and it continues to give me errors... stating every time:
The following layers cannot be deleted:
Layers 0 and Defpoints
The current layer
Layers containing objects
Xref-dependent layers
Well, its not Layer 0 or Def Points, Its not the current layer and i even deleted all pages except the one mandatory and CTRL+A - DEL... Zoom extents on model and do the same thing, and i cannot get rid of the layer....
How do i get rid of the pesky layers? Can i type a command that changes all XXXX layer to XXX layer and can dump the ones into such as "0" layer and be unconcerned about it freeing it up to delete the unwanted un used layer?
View 9 Replies
View Related
Mar 11, 2013
At first I thought it was user error, but its happening while I'm editing the sheet set.
As I'm numbering the sheets, it gets stuck and won't allow me to advance to the next sheet. Next thing I know the sheet is greyed out and then the DWG file disappears from the foolder. Different sheet sets, different jobs, different drives on the network.
View 9 Replies
View Related
Aug 2, 2012
I am working on a standard part that has different configurations depending on user inputs into a GUI. Once the user enters all the required parameters, the part is in its final form with all unnecessary features suppressed. I am looking for a way to automate the delete of the suppressed features using a rule and i Logic before the user saves the file.
The main reason for doing this is to reduce the file size of the part once it is saved because this same template will be used for hundreds of parts and I don't want to waste unnecessary storage space on suppressed features.
View 7 Replies
View Related
Oct 5, 2011
We recently started using Inventor DWG files (shifting away from IDW).
Part of the process for one of our programmers is to open a DWG file using AutoCAD Mechanical 2012, delete all unused dimensions and views, and use the remaining view to program his CNC machine. We are finding that this is not possible to do with the new format Inventor DWG files, as the views are not able to be selected.
What is the AutoCAD 2012 procedure for deleting views created with Inventor DWG?
View 9 Replies
View Related
Jun 11, 2013
As I was creating a surface consisted of contour lines, suddenly some bunch of random points in the surface were also created. I want my surface to be solely generated by contour lines only. So...
I know I can get rid of those points by deleting them through edit but I want to get rid of them all at once. How can I do that? Or... Is there even a way to do that?
View 5 Replies
View Related
Dec 2, 2011
I have topography in 5' contours that I need to shrink down to 20' contours (ex. Elevations:4670,4690,4710)
Is there some sort of quick selection I can use to select the elevations I need to delete?
View 6 Replies
View Related
Feb 13, 2013
how can i edit or delete exit menu or sub menu or item menu?
View 2 Replies
View Related
Aug 15, 2008
I have noticed what I consider a bug in AI2009. When trying to delete a coincident constraint using the show constraint command, it is impossible to do so. All other constraints I can delete while I am in the "show constraints" dialog box, but not coincident constraints. As soon as I get out of the "Show constraints" command, the yellow dots are still showing and I can then hover over them and they highlight so I can delete them. Is this how it was intended or should I be able to delete them like the others while still in the "show constraints" command?
View 9 Replies
View Related