AutoCad :: Lock / Unlock Viewports / Select Objects To Copy
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
ADVERTISEMENT
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
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
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
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 23, 2013
Is there any way to use the copy command in such a way that the new objects are selected when I'm done copying? Perhaps a LISP of some kind?
View 6 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
Oct 4, 2012
I want to create a hot key that will lock viewports on/off. The command is MVIEW / L / ON OR OFF. What I would like to do is have VPL lock viewports and VPLL unlock viewports. How can I do this?
View 1 Replies
View Related
Dec 4, 2012
Cannot lock other paths/unlock all paths in symbols?
View 8 Replies
View Related
Jun 13, 2009
I have a ribbon that I'm trying to copy onto my page and it is a png file. I've copied papers that are jpgs just fine. Once I copy the png ribbon it locks and I cannot move it around. How do I either unlock it or is there a way to see where I am placing it on my project?
View 1 Replies
View Related
Sep 24, 2009
I am having a similar problema than Kari's except that in my drawing there are no Filters defined (it only says "All used layers" and that's it). I am using AutoCAD 2010.
The problem is that I can't select the viewport with the mouse cursor. I have to say though, that I can select them with QSelect.
Also different is the fact that I can see the border of the viewport, which is in the Defpoints layer, which is not frozen or turned off. In fact, none of the layers are frozen or turned off. It's only that I can't select it with the cursor. I can selct everything else in paper and model spaces
View 7 Replies
View Related
Oct 9, 2013
So in the last week or so, my C3D 2014 randomly decided not to copy viewports. It copies the box, but nothing in it. Plus you can't go into model space in the copied viewport. Just looks and acts like a normal rectangular polyline. But when you check the properties, it still says it is indeed a "Viewport" object.
Short of reinstalling the software, any setting that would cause this?
View 4 Replies
View Related
Sep 26, 2013
I have the below code, which works great accept if the layout tab doesn't have a viewport.What am I missing?
(defun ViewportLayerUpdate ()
(setq OLDcmdecho (getvar "cmdecho"))(setvar "cmdecho" 0)(setq OLDnomutt (getvar "nomutt"))(setvar "nomutt" 1)
(if (setq ss1 (ssget "X" (list (cons 0 "VIEWPORT"))))(if (setq ss (ssget "x" '((0 . "VIEWPORT") (-4 . "/=") (69 . 1))))
(command "CHPROP" ss1 "" "LA" "0-VPRT" "") ))
(if (setq ss1 (ssget "X" (list (cons 0 "VIEWPORT"))))(if (setq ss (ssget "x" '((0 . "VIEWPORT") (-4 . "/=") (69 . 1))))
(command "change" "p" "" "p" "color" "bylayer" "") ))
[code]...
Factory Design Suite Ultimate 2012
AutoCAD 2012 | Inventor Professional 2012 | Vault Professional 2012
View 3 Replies
View Related
Jun 3, 2011
Is there a way to copy a viewport with all its layers setup from one drawing file to another drawing file?
I can copy the viewport and activate it, but the layers setup for that viewport goes to default. So it turns everything on.
I can't make a layer state in the old file and import in new file, because the new file does not have all the same layers. So not all my layers would be turned off in the viewport.
View 4 Replies
View Related
Jun 25, 2013
I have not done this for a while, but I remember you have to click somewhere otherwise all you see is an empty viewport in the new drawing.
View 2 Replies
View Related
Sep 5, 2013
I accidentally turned something on in Autocad, and I want it to go away, I have no idea what it's called or how to get it gone. It's akin to the "select other" window in Inventor when you select at the intersection of several objects.
How do I make this go away?
View 2 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 15, 2008
Right now, when i click one object and then another, the first object becomes deselected. Holding shift is the only way for me to select multiple lines right now (other than dragging of course) but that's not what I'm used to and it annoys me a lot. At first everything is fine but then after a while it does this without me changing any options at all.
View 9 Replies
View Related
Sep 29, 2013
I need to select all the viewports in the drawing and to make some changes with them, I'm planning to select them all with ssget command. If I do that I will have one viewport for the paperspace itself in every layout. One of my question is, how to know which viewport is the paperspace itself?
Second question is, how to get the name of layout in which one is the viewport? It is important to me that the lisp is really fast, so I'm planning to do the most of stuffs with vla commands.
View 7 Replies
View Related
Dec 4, 2012
Is there a way to lock draworder objects in place?
At the very least, I'd like to position x-refs in a particular order and then lock them there so that they never mistakenly change order. For example...
Back: Aerial photo *.dwg x-ref file
Next: Hatch pattern *.dwg x-ref file
Next: Existing topo *.dwg x-ref file
Next: Proposed linework *.dwg x-ref file
Front: Everything else in that specific primary file
I generally dislike nesting x-refs if I can avoid it.
Windows 7-64
8GB RAM
AutoCAD Civil 3D 2013
View 3 Replies
View Related
Jul 18, 2012
Why the multileader on the left is not visible in the viewport while it's exploded twin is? There are no layers frozen in viewport, and I can't see any variables under properties that would affect visibility. It's part of a file from a subcontractor. I don't know how it was authored. I'm using LT 2012.
AutoCAD 2010
AutoCAD LT 2013
Revit Architecture LT 2013
View 2 Replies
View Related
Jun 11, 2012
when I open my .dwg file the viewports are OK, but when I switch tabs then all the viewports in all the tabs are blank
2013 Civil 3D
View 7 Replies
View Related
May 2, 2013
A user is having problems when using the copy command in AutoCAD 2013.
When they select objects, its not reporting on the commandline how many objects its found or keeping a running total of objects selected. Not even any duplications...
I've tested it on my machine but i cannot replicate the issue and have never come across this before!
Is it a bug? Is it a variable? User setting etc.
View 9 Replies
View Related
Feb 14, 2013
i'm cleaning up some CAD files i was given. in model space everything's on one layer and there's a lot of stuff that overlaps/sits on top of each other.
there are like 50 associated paper space sheets.
is there a way for me to drag these objects out without affecting the viewports in paperspace?
i could probably start putting everything on layers and turning them off, but i generally like to be able to lay everything out so i can see it all at the same time.
View 1 Replies
View Related
Oct 30, 2012
After drawing in model space(1:1 Scale) I then dimension as needed using Annotative Dimensions, Multileaders and MText using the same 1:1 scale. But when I create the variuos viewports on my layout pages the dimensions aren't scaling to the viewport scale.
This is where it may be partly my fault; When I first started using annotative dimensions etc. a box would pop up asking what scale to use. Because I am dimensioning in model space, rather than always seeing this text box I selected "Do not ask again" check box to always use 1:1 scaling.
These are some of the other settings in place;
ANNOAUTOSCALE = 4
Annotation Visibility = ON
Automatically Add Scales = ON
View 3 Replies
View Related
Nov 8, 2012
The new VIEWBASE tool(s) are pretty cool but I have noticed that the solid objects in the viewports that are created by VIEWBASE tool/command display and plot pixelated. I have changed many normal settings like VIEWRES, WHIPARC, ISOLINES... without any improvement. I did notice that there is a property in the property palette called "Shade Resolution" that I am wondering if it might control this setting. The only thing is that I can't change its value from the properties palette.
I did compare the difference between a normal viewport and one that is created by the VIEWBASE command and the normal viewports display the objects smoothly (see the last picture below)
1) How to fix the pixelation issue?
2) Does this property control the pixelation issue?
3) How do you change this prop
View 2 Replies
View Related
Jul 4, 2011
Is it possible to bind a drawing and have only the objects visible in the viewport to remain in model space after binding. I'm working with some pretty big models and am trying to reduce file sizes after binding.
View 3 Replies
View Related
Sep 4, 2012
I've got a problem following playing around (Typical, isn't it?). Architecture 2011 allows editing property sets from external objects through the host drawing (i.e. change a room number of a property set attached to a space xref'ed in from another construct). This obviously has to put an editing lock onto the xref to prevent data loss in case somebody else works on the xref in the meantime. This editing lock is removed when I close my host drawing. However, the lock is immediately restored when I re-open the host drawing.
How can I release the xref file lock again after editing the property sets in my host drawing?
View 1 Replies
View Related
Jun 18, 2013
I know this discussion title is a bit murky, but the problem is a bit odd. I have Photoshop CS6 v13.1.2. In this version, I will activate the Select Tool, check Auto-Select: Layer, check Show Transform Controls, and then while using the Select Tool I will drag to create a rectangle to select multiple layers with content within the specified area.
Unfortunately, this action only works when I begin the selection from outside of the canvas area. If started from within the canvas area, no rectangle will appear, it will show me a measurement of my selection size, and then no layers will be selected upon release.
This cannot be working as intended right? I mean multi-select dragging cannot be intended to only work when started outside of the canvas right? Is there some way to fix this issue? Is this a bug? See the images below for more information on this issue.
View 5 Replies
View Related
Jul 3, 2012
When printing a paper space viewport in Conceptual Visual Style mode, text objects are visible in the print preview but not in the printout on paper. Why are they not hidden in the preview if they are not going to be printed?
View 2 Replies
View Related
Jul 27, 2012
lock all objects on all pages (one click) in coreldraw x5 & x6?
View 9 Replies
View Related