AutoCAD LT :: Lock / Unlock Viewport
Oct 30, 2012
I have 102 layout tabs and many more to come on this project. Each layout tab is a different scale (I know, awesome, right?). Is there a quick way to lock/unlock the viewport? I'm ctrl+dragging to create new layouts and it's simply annoying to click the little lock button to change the scale. (**** first world problems.)
Tried messing with the hotkeys but I can't even get F1 to disappear with LT like I can with full version.
View 4 Replies
ADVERTISEMENT
Jul 30, 2011
When I right click on a viewport I no longer get the menu that includes the lock/unlock choice, or anything else. I can select the viewport but I have no control over it. Also when I select objects the layer information is not displayed. Until today I did not have this problem. I'm thinking it might be a settings issue, because if I open this file up on another computer I can control viewport as usual. The only think I can think of that I may have done different is I was experimenting with rotation of view ports.
View 7 Replies
View Related
Apr 12, 2012
Lock/unlock commands have three major problems! No “window selection” to select the layers required to be locked in one go. For example, the “isolate” tool works fine with window selection! In principle, I have no idea about the philosophy beyond which some commands are banned from “window selection!No BUILT-IN icon to Lock All or Unlock All (sure, we can customize it but I’m talking about having this command as built-in)The AutoCAD doesn’t give an alert if a command is applied in the location where particular layers are looked. For example, in many cases, we get into trouble as we move particular objects to discover later that some of the objects were locked! That’s fine, but the AutoCAD should give warnings in case a command is applied where some layers are locked.
View 3 Replies
View Related
May 15, 2013
When I lock my x-ref's they become dark and hard to see and when I unlock them they are still dark and hard to see. How can I fix this? I'm using Autocad 2012.
View 3 Replies
View Related
Feb 20, 2012
I was trying to recover a temporary file but as i know now, it's impossible. I entered a few commands relating to grips and something else wich i don't remember, and now I'm unable to lock/unlock viewports and when I select objects to copy and then press _CO or copy button or copy with base point, it deselects the objects and asks me to select them again.
View 8 Replies
View Related
Feb 15, 2007
I have a PSD with a layer that is locked.
I cannot find in the manual how to unlock the layer.
View 5 Replies
View Related
Sep 16, 2012
I lock my viewports in paper space then I start drawing and editing in my viewport. All a suddenly I will noticed that the image is moving. It seems like the view port image moves out of the port. I then have to unlock the viewport and pan the image back in the port. I have noticed that this is worse in 2013 than 2012. What is the problem here? Is it a program flaw? Is there a way to fix this?
View 4 Replies
View Related
Feb 25, 2012
So I have a viewport, viewing exactly what i want it to in model space but it's not where i want it in paper space. When i move the viewport entity in paper space it's changing my view in model space. How do I lock what the viewport is seeing?
I've tried locking, that doesn't seem to do it. I've tried yelling at it and that's not working. I'd try beating it with a stick but I don't know if the computer could handle it.
View 9 Replies
View Related
Nov 7, 2013
If its possible to have a viewport stay locked on a geometry in model space?
For example- we layout our page geometries in model space and outline them in a VP in paperspace. however say we move the entire drawing in model space- we have to go back and redo every viewport on every page. is there a way to prevent this or stop this from happening?
View 9 Replies
View Related
Dec 4, 2012
Cannot lock other paths/unlock all paths in symbols?
View 8 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
May 13, 2013
What happened to the lock pan and zoom on the view port background menu? Why would they take that out?
View 3 Replies
View Related
Oct 26, 2013
I'm looking up what to do on digital tutors. It shows how to add blueprints to the viewport background and have it locked in via bitmap so that you don't need to use planes. I was doing fine following the instructons until it showed a button to lock the zoom/pan into place so that the image won't remain a constant size even if you zoom in and out. I can't find it on my '14 version, and where it is placed so that I can finish setting up my blueprints.
View 2 Replies
View Related
Jul 25, 2012
When I copy a viewport in a layout it does not create another viewport, only a poly line.....
View 6 Replies
View Related
Mar 9, 2012
How do I change a polygonal viewport to a rectangular viewport?
View 5 Replies
View Related
Jan 23, 2013
Problem: When I create a new viewport, another viewport's paperspace blanks out or disappears. When I copy a viewport over, the new VP doesn't show anything and you can't maximize/"enter" its paperspace; it's like a simple rectangle, but the properties box says it is indeed a viewport.
Ex. Viewport 1 shows the top view of an object, Viewport 2 shows the right side view... as soon as I add Viewport 3, the top view in VP 1 blacks out. I attempt to ReDraw, Regenerate, etc, but it doesn't re-appear. I've run Plot Preview to see if maybe it's just a fluke with the graphics card on my screen, but alas, even in plot preview the viewport is blanked out.
It almost seems like there is a limited number of viewports I can use.
Solution: Run the MaxActVP command and set the value to a number greater than the number of VPs you actually need. This particular file had that value set at 2; hence, why a new, third VP blanked out the first one.
View 1 Replies
View Related
Jul 12, 2012
I have a drawing with a viewport that fits to the page. And I created another smaller viewport over top that just shows the legend. Now when I try to double click inside the smaller viewport it always goes into the larger one. I have tried bringing the smaller one to the front but that didn't work. I know that I can clip the larger viewport around the smaller one or bring the legend right into paperspace or slid the smaller one off to the side work in it and slide it back. This is more out of curiosity of how to get into the smaller viewport.
View 2 Replies
View Related
Jul 20, 2011
I am wanting to insert a second viewport over an existing viewport and have the information in the existing viewport behind the second viewport and not seen. I want the second viewport boundary to be the "trimming" edge of the existing viewport. How do I do this?
View 3 Replies
View Related
Jul 1, 2011
I did a test drawing with 4 viewports in paperspace.I frozen a layer in each viewport (as a viewport override, not global), and wrote code to gather info on layer overrides in viewports.The function takes in a database, and is generally used on drawings only open in memory:
public static bool GetLayerInfoFromDB2(Database db) { //do viewports on layoutstry {using (Transaction tr = db. Transaction Manager. Start Transaction()) { ObjectId ldid = db.LayoutDictionaryId;DBDictionary ld = (DBDictionary)tr.GetObject(ldid,
[code]....
the odd thing is it never finds the frozen viewports on the first viewport. It catches the others fine.I cannot see anything odd either, the counts of viewports and layers are all correct, and the drawing has no problems.Is there something that must be done to initialize the mechanism that reads viewport overrides?
View 2 Replies
View Related
Jan 31, 2012
how do you create a viewport within an existing viewport ?
View 9 Replies
View Related
May 8, 2012
i wonder in LT is it possible to create a button so that with a click, i can direct unlock all layers at once?
View 2 Replies
View Related
Oct 14, 2009
I have imported an image into AutoCAD 2007 education version. The aspect ratio is a little wrong, so I would like to stretch it in one dimension. In another version of AutoCAD (LT 2008 ) I can simply right click on the picture to open the properties where there is an option to lock/unlock the aspect ratio. However, in this version there is no such option in the properties. It appears that by default the aspect ratio is locked, i.e. any stretch in the x direction is simultaneously copied in the y direction.
How to unlock the aspect ratio in this case? Is it because of the version I am using? Is it in another menu instead of properties? Is there a keyboard command to unlock aspect ratio?
To complicate matters a bit further, this is the Japanese version, however, I am fairly sure that is not the cause of the problem.
View 9 Replies
View Related
Oct 24, 2011
I am running autocad 2012...I am looking for a fast and easy way to Unlock all layers with as few key strokes as possible.....Is there a command already in Autocad that I dont know about?
View 9 Replies
View Related
Oct 23, 2012
How do I unlock a locked xref for editing?
I have a title block i want to edit the text in, but it's locked! Don't know how this happened, nor how to unlock it...
View 8 Replies
View Related
Jun 17, 2013
Just got upgraded to version 2013 by IT. Seeing that AD still can't maintain consistency from vers to vers. This version replaced 'Color Styles" with 'Appearances'. But, not just appearances, you have Document Appearances, the Autodesk Material Libray, the Autodesk Appearance Library, and the Inventor Material Library.
Why would the Material libraries show up when clicking the Appearances button when there is another button right beside it to get to Materials.
I mean, who is really going to use several dozen different types of flooring. And why is some metal in the metal category and some in default Category. And then some is in the metal Type and some in the generic Type. Is there really a need for two fields for organizing 'appearances' ? If this were a graphical design program I couls see some of this but it is a cad program. Seems like a case of trying to tailor one product to too many markets.
To the question. How do I unlock the Autodesk Appearance Library so I can get rid of all the junk I don't need and add some really obvious ones that are not there.
View 2 Replies
View Related
Oct 16, 2013
Just upgraded to 2014. I have a custom tool palette set up and Content Browser pointing to right catalog. Custom tool palette was copied from 2012. I was able to modify all tool properties within that palette to point to right content file but one. Can't change the property in one tool on palette.
Patette is locked (I locked it when I created it in 2012) and I have Right Access to all of the network files in Architecture (this is sitting on a network). Why is it the Tool Palette won't Unlock?
View 2 Replies
View Related
Nov 28, 2012
When I first created my surface model, any point I moved would snap back to its original position like a rubber band. I had to do some edits so I unlocked this by .... Survey Tab>My survey database>Survey Points>Points, and then picked "Unlock In Drawing". This command unlocked All points in the drawing so I could edit them.
Now that I am done with my edits, how do I reverse this command globally, so as to get ALL points locked again (so they snap back to their original position like a rubber band if moved, like before) ?
View 2 Replies
View Related
Nov 27, 2012
I have a assembly with several locked design view reps.
I insert a couple of new parts to assembly.
Now, do i have to manually unlock each of the design reps to have these new parts visible in the each of then design view reps?
If yes, any macro or ilogic tool to do this?
C1
Inventor Professional 2013
Vault Collaboration 2013
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
Jun 27, 2007
is there a way I can "Unlock" my MASTER view in representations. I keep having to create new views as the MASTER is locked and for some reason I can't unlock it.
View 4 Replies
View Related
Nov 1, 2011
I just imported an image into AutoCAD 2012 and I need to resize the height without the width being resized as well. I guess I could use a program like Photoshop to do it before importing but I was wondering if this could be done within AutoCAD.
View 1 Replies
View Related