AutoCad 2D :: Viewport And Select Few Objects - Viewlocked
Jan 17, 2014
First I click in my viewport and select a few objects (lines/blocks etc) then whenever I type Pan or hold down my center mouse button to Pan. The Command line says the Viewport is viewlocked switching to paper space.
Now by switching to paper space everything I selected has now unselected. This basically leaves me the option to select what I see on the screen at one time and can't pan along and select anything else which is unbelievably frustrating on large drawings.
View 9 Replies
ADVERTISEMENT
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
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
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
May 20, 2010
If I have a viewport within another viewport and want to select the inner one - I can't. It keeps selecting the outer viewport instead.
I can move the smaller viewport out, set it up, then drop it back in, but is there an easier way?
View 9 Replies
View Related
Jul 24, 2008
We have a drawing with multiple layouts and active viewports in them. For some reason we are unable to select some of the viewports so that we can resize them. we can see them we just can not select them. I do not see any settings that would affect this.
I checked to make sure the layers are all on and thawed - i am not able to see if the viewport is locked since I can not select it .
View 9 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
Aug 13, 2013
Something that's been driving me around the bend lately. I have a drawing, with a viewport which I cannot select. I have unfrozen all layers, ticked the 'Selection Cycling' box, but no lines show. It's just there, a viewport, but with no viewport polyline. No way of deleting, or clipping, or doing anything with it.
View 5 Replies
View Related
Jan 2, 2014
The company I now work for does everything in 3D with vanilla AutoCAN'T, 2012-2014. There are only a few 2D objects in any file. The problem I'm running into is when dimensioning the 3D geometry in paperspace, the dimensions will not always stay anchored to the points that I've snapped to. If I have to go into the block editor the dimensions will fly all over the place when I exit it.
VIEWBASE really useful to alleviate this problem, but not everyone is on the same version and we're saving back to a 2010 format which creates proxy objects when opened on another machine. I'm not sure if I have the freedom to start using it.
View 9 Replies
View Related
Jun 14, 2013
I have three drawings in modelspace and three viewports in one layout (paperspace), I would like to select each modelspace drawing and assign it to each layout viewport.I'm using Visual Studio 2012, .NET Framework 3.5 and Csharp.
View 4 Replies
View Related
Jun 24, 2011
I have some viewports in paper space and when I resize the view port, the objects inside move in a strange way. I don't know if a variable got reset or something but this is weird. Normally I can resize a viewport and the objects stay in the same location. But now they seem to be moving relative to the edge of the viewport.
View 9 Replies
View Related
Sep 12, 2012
I've been runing LT 2013 for the past couple of months, everything was working fine until recently. Occasionally a viewport will go completely black. I can doule-click into model space and select objects, though I can't really see them. If I delete the viewport and make a new one, the new one works fine (at least for now).
View 4 Replies
View Related
Oct 22, 2013
Can you freeze text objects on the same layer in one viewport but have it still appear on the other viewport without having two separate layers.
View 3 Replies
View Related
Apr 29, 2011
I am having an issue with the Trajectories I am trying to move the keys within the viewport but the moment I enter Trajectory mode the pivot point goes to the center of the grid and not allowing me to select the keys within the curved trajectories.
My Process consist of Selecting the animated object > Selecting Trajectories within the motion panel > Selecting Sub-Object
View 9 Replies
View Related
Sep 11, 2013
I believe there is a way to create a block of displayed objects that are shown within viewport. I know I have done this before with basic Autocad. The closest thing at the moment that I can think of is "SOLPROF" but that only works for 3D objects.
The way I remember the command working was you started off with the command, select the objects with the viewport/or maybe it was just the viewport, the command made an instantaneous block of the objects that were only within the display area.
View 1 Replies
View Related
Mar 26, 2012
Have a bit of an odd problem showing up with 3ds Max 2012 64 Bit. The viewport does not update when I select or move an object. The program registers that I did make some changes, and things like object parameters and bounding boxes will change, but the meshes will remain the way they are until I delete them and undo.
Forcing the program to redraw all views does not change anything, nor does turning on/off progressive display.
View 2 Replies
View Related
Jul 26, 2012
I am having an issue with the Trajectories I cant move or select the keys within the viewport.
I used to select the object> Selecting Trajectories within the motion panel > Selecting Sub-Object.
View 1 Replies
View Related
Nov 23, 2011
For Max design 2012 x64 (running on Win7 Ultimate with Geforce 9800GT) I get an invisible marquee selection box when trying to select anything in any viewport.
I’ve update Max with Sp2 and Hot fix 2 but they have no effect.
I’ve updated graphics card drivers to the latest available.
I have the View cube switched off.
Is there anything else I can try?
View 4 Replies
View Related
Jun 14, 2012
I'm trying to select all objects at a particular point, but using .SelectAtPoint appears to only return one entity, even though multiple lines are connected to the point.
Sub getSelection() Dim selection As AcadEntity Dim selPt As Variant ThisDrawing.Utility.GetEntity selection, selPt, "Select a segment..." Dim selStart As Variant selStart = selection.StartPoint Dim connSetStart As AcadSelectionSet Set connSetStart = ThisDrawing.SelectionSets.Add("ConnToStart") connSetStart.SelectAtPoint selStart Dim thing1 As Variant For Each thing1 In connSetStart Debug.Print "connSetStart: " & thing1.ObjectName Debug.Print "ID: " & thing1.ObjectID Next thing1 Debug.Print "#objs in startset: " & connSetStart.CountEnd Sub
View 3 Replies
View Related
Dec 27, 2011
Currently, when I'm converting architectural drawings into backgrounds for my use, one of the first things I do is select certain objects based on their layer and delete them en mass.
I'm using the QSelect dialog box at the moment, but that's really difficult. I would try writing a LISP or something, but I don't know of a command line version of the QS command to make it work.
Is there a way that I can select one object, and make it select all the other objects in the drawing that are on the same layer? The QS command is handy, but very tedious.
View 4 Replies
View Related
Nov 4, 2011
I have a drawing with a bunch of stuff on different layers. I want to be able to see the stuff on those layers but not select them. I know I can lock the layers but if I use a left crossing window to select objects it still grabs the stuff on the locked layer.
I could make a copy of all of it, move it to layer 0, freeze all the layers except 0, defpts, and the layer I am working on, then move the stuff to defpts and lock layer 0 and when I am all done delete everything on defpts and thaw everything.
View 9 Replies
View Related
Oct 30, 2012
In general, we can select the objects first and then run a command. I have a problem with this, autocad wont let this in my PC. If i select objects and run a command, autocad wont take the selection and prompts to select objects. I work on PC in a company connected to server, but the problem is only on my PC.
View 6 Replies
View Related
May 11, 2011
Some questions of layers:
-here can I see visually which objects are deposited in the layers like in illustrator, see screenshot,
-is nesting of layers allowed
-what is the easiest way to swap objects from layer to layer
-how can I select all objects from one certain layer?
illustrator_layers.jpg
View 5 Replies
View Related
Nov 15, 2011
I have just downloaded 3dmax design 2012 and on creating a basic object (a box)it emerges in a slow shower of litle dots very like sparks. This may be vertices or a point cloud whatever. They then stay in view , when viewing the box from another angle then the surface seems to swirl with patterns. I dont have this problem on my previous 2009 version.
View 1 Replies
View Related
Jul 22, 2013
All the object on the scene are invisible in 1 viewport, even if I switch the viewport to other cameras they are still not visible.
I have tried changing the shading styles, other things like clipping, xview. Even restarted 3ds max for that matter but no luck.
View 2 Replies
View Related
May 31, 2011
I'm working on this massive architecture scene and i'm trying to move some rather small braided steel cable in the scene when i go to move it the objects moves in rather big increments instead of small ones. I check to see if snaps was on and its not, on what i can do to can more precision over my placement of these cables.
Custom Core i7 at 3.99 GHz, 8 gb ram, Nvidia Quadro FX 3800
View 2 Replies
View Related
Aug 22, 2005
I've been having trouble selecting more than one object with the pointer. the program was just reloaded on the computer, but this problem has happened multiple times now. everything will work fine for a while, then suddenly, when trying to select objects during a command, i can only select one. (ex. trying to copy multiple lines, i can only select one to copy at a time).
View 9 Replies
View Related
Sep 10, 2013
I have a lot of polylines that are all over a drawing from an outside source. Unfortunately the only unique properties about them are:
AREA = .14 sq in
PERIMETER = 1-11/32"
Everything is on the same layer, color by layer and are at the same elevation.
Any way to select just these closed polylnes? I tried quickselect but the AREA option did not work (it wouldn't except just the .14 value), and there is no apparent PERIMETER value to select.
View 3 Replies
View Related
May 23, 2012
I do not know what has changed but the select objects works differently now. For example, when 3 lines are drawn and the erase command is selected. I do a crossing window and the command line says 3 objects selected. But when I do it again and only select 2 lines, it says 2 objects selected and the 3rd line is then unselected. It used to say 2 objects selected and ignore but the total was 3.
View 1 Replies
View Related
May 23, 2011
Is there a way to select objects within a closed polyline? I thought there was but I can't remember how to do it.
View 2 Replies
View Related
Nov 5, 2013
STEPS: Group > Select Ojbects
PROBLEM: When I go to select the objects as as a SINGLE OBJECT, each object within the group is selectable -- as if they were not grouped.Shouldn't it be that when I select ANY of the objects within the group ALL OBJECTS in the group get selected, and not just each object?
View 4 Replies
View Related