AutoCAD 2010 :: Moving Objects To 0,0 Plain - Getting Locked Symbol
Mar 27, 2013
When I try to move an object to the 0,0 plain, I get a "locked" symbol in the command line and the object does not move to the 0,0 plain. How would I be able to unlock this to move anything to the 0,0 plain.
View 7 Replies
ADVERTISEMENT
Nov 8, 2012
In CS5, you could move a group/layer/artboard along with all of the child objects, even if some of the objects are locked. But in CS6 the locked objects remain unmoved.
Is there a way to change this behaviour?
View 7 Replies
View Related
Aug 6, 2009
I have made gridlines and put them on a locked layer. I want to be able to see them and snap to them, but I don't want to select them. Their selectability is hindering my ability to select objects on other layers. Is there any way to make lines on locked layers not selectable? (I don't like the Autocad standard grid.)
View 9 Replies
View Related
Jul 1, 2011
I have received a DWG with plain CAD objects e.g. open polylines (defining linear water features) and closed polylines (defining land use areas) and I need to use this info in map for buffer/overlay analysis.
How do I go about preparing this data for use in MAP as described
View 8 Replies
View Related
Mar 1, 2013
I am attempting to do a macro that will allow me to select multiple objects and then move them in only ONE axis. For example, If I want to move a wall, the door and the window in the Y axis to align with another wall across the hall. I have attempted to do this in a button macro, but so far its limited. Here is the macro
^c^c_move;\.xz;@;
This will allow me to click the customized button, then select ONE object by a displacement, and it will only move it in the Y axis and allows me to choose the point with a mouse click of the final location.
When I try to select more than one object, it kicks me ahead in the commands and prompts for (needs Y). how I can figure out the correct macro?
View 9 Replies
View Related
Dec 22, 2012
I have a slightly unusual query that I can't seem to find a solution for elsewhere. I have an existing OS plan that is 'off grid', and would like to adjust the vertices at the ends of all the existing lines and polylines so that they all sit on a grid point. Is there a quick command or script that does this?
View 2 Replies
View Related
Mar 29, 2012
How to turn of the "lock symbol" from showing when you run your crosshairs (outside of a command) over a locked layer. Its annoying and i would like to turn it off.
Also, when offsetting a line, is there a way to turn off the imaginary offset line that indicates the offset side, again its annoying and i'd like to turn it off.
View 9 Replies
View Related
Mar 28, 2013
I know for a fact that my viewports were in the correct location, at the correct scale and they were locked. To give you a little background, in my plan sheet drawing I am showing a plan view and profile view and I use 2 xrefs to do this, my master plan drawing and my profile master. I was switching between the profile master and my plan sheet drawing doing some adjusting to the profile master's profile VC labels and making sure they will fit into the viewports I made in the plans sheets. As I am doing this editing, I am saving the profile master and reloading the plan sheet drawing. After I come out of the reload in my plan sheet drawing, every single viewport that shows the master plan xref was reset to a position way out in left field. This makes absolutely no sense because I wasn't working with the plan view viewports and I am 100% certain they were LOCKED. How is it even possible that they get moved if they are locked?
I am able to get around this problem by re-aligning my viewports to their correct position, its just annoying having to do this again. I would really like to know what is causing this so I can prevent it from happening again.
View 9 Replies
View Related
Oct 9, 2013
I'm working in a locked viewport. Every time I move the view with the middle mouse, I lose the selection. Is there a way to change this?
View 5 Replies
View Related
Sep 21, 2013
I have some imported points and a polyline created with those.
When i try to rotate the pline around a point it seems that some edges are locked?
Even if I copy this pline in an empty area alone and try to rotate it again i get the same resulsts.i tried the move comand with a vertex as a base and the same reults.
I do not know where the edges are locked .
View 6 Replies
View Related
Oct 17, 2012
How can I place the copywrite logo on my art photos?
View 1 Replies
View Related
May 1, 2012
I am trying to assign objects (only in UNLOCKED layers) with a new layer.So basically, the user will select all the objects in the drawing.
After selecting (ex. press enter after window selecting), only objects in UNLOCKED layers will have a new layer.
Following is the code I am using...But I keep getting eOnLockedLayer exception.How should I handle this issue?
using (Transaction acTrans = acCurDb.TransactionManager.StartTransaction())
{
PromptSelectionOptions pSelOpts = new PromptSelectionOptions();
pSelOpts.MessageForAdding = "Select all objects";
PromptSelectionResult pSelRes = acDoc.Editor.GetSelection(pSelOpts);
if (pSelRes.Status == PromptStatus.OK)
[code]....
View 3 Replies
View Related
May 13, 2011
On a large 2012 drawing, suddenly the entire drawing is half tone and every object is locked. When you try to select an object, the little lock symbol apprears next to the cursor. I must have done something inadvertantly to lock the entire drawing, but I can not find any command or reference to unlock the drawing. This problem is also unique to this drawing.
View 4 Replies
View Related
Dec 9, 2012
When I try and move a corner of my open document with the hand tool to the center of the document window in CS5 when zoomed out, it stops at the edges and will not move inward any further. It is sometimes more convenient to be able to work on a zoomed in corner of a document when it is centered in the document window. If I go to the rotate tool and set a slight angle, I can then move the document anywhere in the window at any magnification! Is there a setting that is locking the document at the edge of the screen when zoomed out?
View 7 Replies
View Related
Sep 22, 2012
Learning to use Autocad Electrical 2013. When I edit a symbol such as a circuit breaker, I can't find the linking information for the control panel object.
I know where the panel object dwg file is for the symbols that are included from Autocad. To create a new panel object dwg for the "Panel Layout" in Acad E, I can't see where it is attached, or how it is referanced.
I not sure I made my self clear enough. I didn't see it in block edit for the symbol.
View 1 Replies
View Related
Sep 4, 2013
I'm simply trying to animate the y axis of a symbol with code. When I rollover one symbol, I'd like it to move the symbol it's inside a certain distance. Never seems to work. I've tried looking up the simple jquery syntax to change an image's y position, but it's hard to find!
This is what I have so far:
sym.$("grouped_image").animate({"top" : "+=50px"}, 500);
View 2 Replies
View Related
Dec 21, 2011
I have this problem with AutoCAD 2012 and with LT2011. When first opening a drawing in a layout with the viewport locked and activated, the first scroll action moves the drawing within the viewport. After the first scroll, any scrolling moves the entire viewport as it should when locked. Putting the drawing back to where it was within the viewport requires unlocking the viewport or undoing everything back to the first scroll action. This is very anoying especially if you are zoomed in and can't see the edges of the viewport and don't notice the move right away. I did not have this problem in the older versions.
View 2 Replies
View Related
Aug 21, 2012
Working in AutoCAD 2011. Unable to modify text once the text box is closed. I can only erase and re-write once closed. Bummer! When I re-select and double click on text, neither the box that typicallly encloses the text nor the "drop down box" w/ the various modifications that can be made appears. This includes new text just written since re-opening the file and existing text that was entered in previous sessions. I don't see anything that indicates that the text is "locked" or otherwise restricted from modification.
View 2 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
Mar 17, 2012
I am trying to draw dimension leader arrows. I start "_LE QLEADER" and go to settings and tell it I want my arrowhead to be "closed filled". I draw the arrow, and it comes up as a "DOT" arrow.
I can change this in the Properties, but who wants to do that every time? When I go back to "_LE QLEADER" and go to settings, the arrow block is set back to DOT, even though I just changed it to "closed filled".
I used "rename" to rename my "closed filled" block to "dsfsdfsdf", in case the block got redefined somehow.My dimblk is set to "", as are dimblk1 and dimblk2. Tried both setting of dimsah as well.
I do not see any "CExxxxxx" variable which might control this.
View 4 Replies
View Related
Mar 1, 2013
My colleague made some drawings using AutoCAD 2011. Somehow the sheet status in Sheet Set Manager says all the drawings are locked for editing - it was unintentional. The drawings can be fully viewed only from the computer, which created the drawings. In other computers, we can only see the text. The model view and the bottom of the drawing which contains drawing number and other info do not show.
We need to deliver our drawings to the customer so they can see the coordinates in the maps/drawings.
How could we change the status or unlock it so the customer can view the entire drawings? If possible, we still want the drawings unable to be edited.
In our computer, we have AutoDesk Vault - did it somehow kicked in automatically?
View 4 Replies
View Related
Apr 16, 2012
how to adjust the transparency of locked layers? Also when I isolate a layer the other layers appear semi transparent, is it the same setting to adjust this transparancy as well?
View 2 Replies
View Related
Dec 5, 2012
We have suddenly had some problems showing up in some of our families.
Some objects are becoming 'locked' as if they are parts of one of the default family templates. These parts are not components of the template, they were created in-house.
Is there any reason why this might occur, and how do we fix it? Quite a few families, including some that are very complex are no longer editable.
An example is attached - some components are deletable, but you will find that most of the dimensions and linework behave as if they were part of the template (generic annotation) and cannot be edited.
View 4 Replies
View Related
Jun 21, 2012
In CS5, when you have locked objects within a group or layer, you can still select the whole group/layer at once. And with the group/layer selected, any transform/cut/etc will affect everything in the group/layer, including the locked objects.
But in CS6, it seems that you cannot select entire group/layer with locked objects -- the "selection circle" in the Layers panel will not show the double circle. And if you manipulate the group/layer now, only the unlocked objects within it will be affected; the locked objects will stay the same.
How can I revert back to CS5's behaviour?
View 3 Replies
View Related
Aug 30, 2013
I recently started a trial for a program called PDF2CAD, the test file I converted worked fine. Everything is selectable and editable. When I move something it does show up while moving/copying. However, when I make additions to the drawing, text for example, and try to move/copy it it does not show up while moving.
PDF2CAD converted the PDF to a DXF format, which I then saved as a DWG.
DRAGMODE - Auto
DRAGP1 - 5000
DRAGP2 - 10
HIGHLIGHT - 1
View 9 Replies
View Related
Jun 13, 2012
I used to set precision to 3 decimal places which is in millimeters in my case. That is enough for the building industry. Recently, I found out a co worker worked on my drawing while I was on vacation. Something seem out of place, so I set the precision to 8 decimal places and noticed everything is off by a bit. In general, 0.00000002 isn't going to affect the project, but it just bugs me a lot. I spent hours lining everything up perfectly, just to find out most objects shifted again by a tiny bit after 2 days.I tested out a few lines by fixing them in the block editor and saving it. But everything I reedit them, they shifted again.I asked the co-worker if he remember what he did, but couldn't come up with a solution.
View 9 Replies
View Related
Jan 8, 2013
Is there any way to edit (remove) the "Lock position" mode of a visible attribute in a block once the block has been created? This characteristic does not show up in BATTMAN for editing.
View 2 Replies
View Related
Apr 16, 2013
So I am working on a very large project (AutoCAD Architecture 2012) and when I rotate my view, some of the 3D objects will randomly fly out into space. The strange thing is that the grips for the object are still where the object needs to be.
Below should be a picture to explain what I'm talking about.
Grip error.jpg
Is this a bug? Is there a fix? Is this user error?
View 5 Replies
View Related
Apr 26, 2013
I am using Autocad 11. I am working on some 12 year old drawings for a railroad museum. They are a mess. They look like they were done be an old pencil guy. Lots of views all over the drawing space rather than using layers to his advantage.
I am watching all the tutorials that i can find. There are Blocks on wrong layers.
I want to move a group of lines (part of the stuff on one layer) onto a new layer that i have created. Is it as simple as cut and paste? How do I prevent them moving during the process?
I tried making their layer current, then selecting the items, then cutting the items. Then i made the new layer that I wanted them on Current, then pasted them. I has to very carefully line them back up, and they are still on the original layer.
View 3 Replies
View Related
Jan 30, 2012
Normally when a layer is locked, you hover your cursor over the locked layer on screen you will be able to see a small [Lock Pad]
kinda icon ...
{ Please refer to the attach image for explanation ... }
View 2 Replies
View Related
Apr 10, 2012
I'd like to know how to align an object in model space with the edge of my viewport in paperspace.
When I draw, I like to lay out multiple complete drawings in model space, make an appropriately scaled bounding box around them, and then snap a view port to the bounding box in my layout. I usually have multiple drawings lined up in a row in modelspace, so when I want a new layout I do a Save As and then pan around in my viewport to find the next bounding box, at which point I have to resize the viewport to get it to snap to the edges nicely. I really want to be able to to it the otehr way around- while panning I'd like to be able to grab a corner of my modelspace bouding box and snap it to the the corresponding corner of my viewport window. That way making new layouts would be a snap. Is there a way to do this in AutoCAD 2012 LT?
View 4 Replies
View Related