AutoCAD 2013 :: Deleting One Of The Constrains
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
ADVERTISEMENT
Feb 17, 2013
Modifying objects with constrains deletes the contains,
In the screenshot below, the two lines have the “equal” constrains. One of them is extended and thus both lost the “equal" constrains!
How objects can preserve constrains while being modified?
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
View 2 Replies
View Related
Sep 11, 2013
Today i have a new thing appearing close to my picking box inside autocad. I believe it has some relation to infer constrains options.
I go into infer constrains then i can remove some pop up box but i can't remove the blue icon you can see inside the image close to the pickbox.
How can i remove this blue icon?
View 3 Replies
View Related
Feb 18, 2013
How to flip the direction of dimension constrains in “block table”,
In the screenshot below, the default direction of dimensions constrains are given in the direction of digitizing (by design)
How this direction might be flipped?
For example, in the ArcGIS software, one can see the direction of digitizing as well as flipping it
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
View 4 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
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
May 30, 2012
In using 2013 I noticed when I delete a feature line which is added to a surface as a breakline it does not delete it from the surface. Even after a rebuild the surface does not update. I am having to go into the toolspace and manually delete the breaklines from the surface list.
View 2 Replies
View Related
Apr 22, 2013
I am having duplicate objects in my files and I am wondering if they could be deleted. I think that I saw the option to select these kind of objects but now I need a remainder so I can get rid of the unnecessary stuff.
View 2 Replies
View Related
Aug 14, 2013
The tube is a part of something bigger but this particular part is confusing me. When I want to change Distance 4 (in block editor you will see) and the tube diameter has change (something impossible in real world ). I have try to use constrains in block editor - for now without any succes.
tube_block2.dwg
P.S. I have tryied mline, it works, but I wonder if it works without mline (I don't like them).
View 5 Replies
View Related
Nov 7, 2012
I'm trying to modify a surface I built from drill hole data of a cavern by deleting unwanted triangles from it. Everytime I select the delete lines command it tells me I need to have the triangles displayed for the surface, and they are displayed.
View 3 Replies
View Related
May 21, 2012
I get these pink points in my sketch for the frame. How do I get rid of them?
Right click and delete doesn't work. I get all sorts of errors because of these.
View 9 Replies
View Related
Oct 31, 2011
I'm working on a design for an Outdoor Slat Chair and when I try to constrain the slats to the side of chair (3/4" extrude) they end up constrining off in mid air. I believe they are constraining to the center points of the arcs and fillets used to create the chair sides. Does this make any sense and if so, how do I get around this issue?
View 3 Replies
View Related
Nov 27, 2013
Is there a way to get rid of the unreferenced image files from a drawing from the command line. I have thousands of dwgs to batch edit using a script and Script Pro and need to automate the "right click and detach" on the command line.
View 3 Replies
View Related
Mar 7, 2012
The “regular dimensions” are not changed as the “constrains dimension” are!
I’m wondering why the “regular dimension” don’t change automatcislly as the “constrains dimension” change?
Do we really need to re-make all the regular dimension manually? How does this increase the performance and the integrity of the work?
Is there some workaround to have the “regular dimensions” change as the “constrains dimension” do?
Software: AutoCAD 2014, AutoCAD C3D, AutoCAD M3D, Revit
Windows 7 (Ultimate 64 bits),
Firefox 20.0,
Kaspersky 2013.
View 5 Replies
View Related
Oct 2, 2013
how to edit a solid with opening a hole only one face and deleting an another face..
I added a drawing file which has a coloured face solid,I put a circle on blue face and making a hole on this face,and I want to delete red face without exploding solid,after all this I want to mesh this solid with maximum 25 units.
View 9 Replies
View Related
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
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
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
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
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
Mar 2, 2012
I am unable to either modify or delete the corridor named "Road" in the attached file. When I try to modify or delete that particular corridor, the program freezes and in task manager the program is “Not Responding”.
View 6 Replies
View Related
Dec 21, 2011
I have been programming our document and version control values into the sheet set object, as a result the custom property list per drawing is getting a little large and is becoming a bit hard to manage. There are now properties with values that are no longer needed. Is there a way to delete or clear or maybe reset the customproperty bag per sheetset object / sheet object?
I have been playing around with code that looks like this:
Private Sub DeleteCustomProperties(ByRef myItem As IAcSmPersist, Optional ByVal Lock As Boolean = True) ''Throw New NotImplementedException Dim myDB As AcSmDatabase = myItem.GetDatabase Try Select Case myItem.GetTypeName Case "AcSmSheetSet" If True Then Dim mySheetset As AcSmSheetSet = myItem mySheetset.GetCustomPropertyBag.Clear() End If Exit Select Case "AcSmSheet" If True Then Dim mySheet As AcSmSheet = myItem mySheet.GetCustomPropertyBag.Clear() End If Exit Select End Select Catch ex As Exception End Try End Sub
but when i get to "set" the new custom properties (which works normaly when updating a custom property or adding a custom property to a custom propertybag that I have not "cleared"), I am getting a object not set to an instance error...
Do I have to "recreate" the custom propertybag with the InitNew(ByVal pOwner as IAcSmPersist).
View 1 Replies
View Related
Aug 11, 2013
I just began learning AutoCAD Civil 3D 2014. I inadverdently entered an extra survey name in the survey databases. I cannot find any way to delete an entry that I don't want. This entry is in the "Survey" tab in the toolspace. I tried to start a new drawing in hopes it would give me a clean toolspace, but it keeps showing the same information.
View 2 Replies
View Related