AutoCad 2D :: Selection Deselection Multiple Picking?

Mar 22, 2012

All of a sudden my Cad is now not allowing me to select multiple items one at a time without deselected the ones before. Everytime I select a new item to move it, the grips off of another item I would be moving would deselect. Where is the setting to set this back to where I can individually select multiple items without AutoCad deselecting the what I had selected already.

View 3 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Selection / Deselection Using Shift Not Working?

Oct 15, 2013

My shift not working when I have some objects selected and I want to deselect something. I have the c3d 2014 with raster image. I am new to autocad and c3d and I am trying to learn from videos I find in youtube. I saw even the autocad help that mentions the shift to deselect but why this is not working.

View 4 Replies View Related

AutoCAD 2010 :: Multiple Grip Selection Not Working When Pan Or Zoom During Selection

Jul 12, 2011

When I select a hatch or polyline or any object with grips for that matter, and hold down shift to select multiple grips on the object or objects and then press my middle mouse button to pan or scroll it to zoom, the grips that I have selected de-select, meaning I have to set up the view so that all the grips I want to move are visible before selecting them.

This is only happening on some drawings (although it is most of them) and only when I use 2012 not 2011. Which system variable it is that has gone screwy that I need to reset? or is it something else?

View 9 Replies View Related

AutoCAD .NET :: Selection Filter On Multiple Layers?

Apr 25, 2012

to select object on a single layer

Dim strLayer as string = "road"acTypValAr.SetValue(New TypedValue(DxfCode.LayerName, strLayer), 2)  

how do you select all objects on multiple layers

Dim strLayer as string = "road,sidewalks"acTypValAr.SetValue(New TypedValue(DxfCode.LayerName, strLayer), 2)  

the above does not work. how do you select all objects on multiple layers?

View 3 Replies View Related

AutoCAD 2013 :: Multiple Selection For Ncopy

Jul 23, 2013

Ncopy let us to copy object from blocks without explode but I couldn't select object multiple or by window selection..

what I can do to select multiple while using NCOPY command.

View 6 Replies View Related

AutoCAD .NET :: Selection Of Multiple Nested Entities?

Jan 11, 2013

There are blocks in the drawing, each containing several nested entities. Need a command which would find all the nested entities which got into the selection area provided by user (not necessary to select entities, just get the ids). GetNestedEntity() does what I need but for a single entity only. 

Selection of 'Trim' command does exactly what I need. How could I achieve the same behaviour?

View 5 Replies View Related

AutoCAD .NET :: Cannot Store Multiple Selection Sets

Nov 15, 2012

From the AutoDESK docs [URL] ......

"AutoCAD.Application.ActiveDocument.SelectionSets. Add method
Not needed/provided" in VB.Net

Thus 'Autodesk.AutoCAD.ApplicationServices.Application. DocumentManager.MdiActiveDocument.SelectionSets' will not work.

So, I can't store multiple selection sets in VB.Net?

Why is it not provided? Or is there some other way to do that?

View 9 Replies View Related

AutoCAD .NET :: Multisheet PDF With Multiple Selection Of Windows In Modelspace?

Sep 30, 2013

i'm trying to create a routine, where i can select multiple windows in modelspace, and the plot a multisheet pdf.but I'm having trouble to create multiple pages, it only generates 1 page

I have modified sourcecode from Kean Walmsley:

[URL]

- this routine creates a single-page pdf with only the last selected window.

- the pc3-file I use is able to create multisheets because the original routine with paperspace works fine

- I think it has maybe something to do with the pi.Layout = lo.Id ?
 
<CommandMethod("mplot2")> Public Sub MultiSheetPlot2() Dim doc As Document = Application.DocumentManager.MdiActiveDocument Dim ed As Autodesk.AutoCAD.EditorInput.Editor = doc.Editor Dim db As Database = doc.Database Dim tr As Transaction = db.TransactionManager.StartTransaction() Using tr Dim bt As BlockTable = DirectCast(tr.GetObject(db.BlockTableId, OpenMode.ForRead), BlockTable) Dim pi As New PlotInfo() Dim piv As New PlotInfoValidator() piv.MediaMatchingPolicy = MatchingPolicy.MatchEnabled ' A PlotEngine does the actual plotting ' (can also create one for Preview) If PlotFactory.ProcessPlotState = Autodesk.AutoCAD.PlottingServices.ProcessPlotState.NotPlotting Then Dim pe As PlotEngine = PlotFactory.CreatePublishEngine() Using pe ' Create a Progress

[code]....

View 6 Replies View Related

AutoCAD 2010 :: Multiple Selection Of Objects By One Type

May 11, 2012

 My question is, if there any tool /command, utility in autocad to select all objects of one type at one time : for example all text objects or all dimention objects  if these objects on different layers and have different properties. in my work I have to insert many blocks(not annotative) or parts of drawings which were created by other people and have different from mine settings and properties of text and dimention objects. the insertions add so many layers and objects that I spend lots of time to correct them and to figure it  out.

is there any way( command, utility) to select and manage all of these  objects at one time?

P.S.i think it is very unconvenient that the  plain autocad  does not have dimentions and text as families or some sort of groups that s easy to manage.

View 1 Replies View Related

AutoCAD .NET :: Create Selection Set And Get Insert Point Of Multiple Blocks

Jul 3, 2012

What I am trying to do is create a selection set of blocks with the same name. Then step through the selection set and if the block has an attribute "Tag" with a Specific "Value" then get the insert point.

View 2 Replies View Related

AutoCAD Civil 3D :: Multiple Selection Surface Site Grading On Prospector

Aug 28, 2012

When a file has many surfaces, gradings and sites manually delete them is slow ¿is there a method to select multiple sites, surfaces and gradings on prospector and delete them all at once and not one by one?

View 1 Replies View Related

AutoCAD .NET :: Get Block Name By Picking It?

Jan 31, 2012

How to get the block name in a drawing by picking the block reference in the drawing using vb.net?   

View 9 Replies View Related

AutoCAD Architecture :: Lag After Picking Object?

Jun 7, 2010

Lately I've noticed a lag after picking an object where my crosshairs freeze and I'm unable to continue.  This lasts for a fraction of a second up to 5 seconds or more.  IT seems to happen most when I select a hatch object. 

View 9 Replies View Related

AutoCAD Map 3D :: Not Picking Highlighted Object

Jan 26, 2012

I am using Map 3D 2012 and when I float the cursor over objects it highlights.The problem is that when I click on the object that is highlighted, it picks another object.  I have gone through the options and can't find anything that changes this. 

View 4 Replies View Related

AutoCAD 2010 :: Not Responding When Picking Open Or New?

Feb 22, 2012

AutoCAD has been working on my laptop for many months. All of a sudden when I start AutoCAD and do the "open" or "new" command, the software says "not responding". If I set variable "FILEDIA" to 0 it prompts me for the file name. I have tried to repair, uninstall and reinstall the software and it does the same thing.

View 9 Replies View Related

AutoCad :: Picking Viewports For Locking And Scaling?

Aug 11, 2012

My properties button has quit picking viewports. When I pick the viewport outline, my properties dialog box say's "no selection" Sometimes I get a blank dialog box and have to repick the viewport to get the dialog box to give me information. However, it will not give me the information to set viewbox scale, or will not let me lock the modelspace area so that I can zoom without altering my scale setting. Is there a setting that has gotten changed or what. A week ago the command was working fine.

View 9 Replies View Related

AutoCad 2D :: Picking Fonts From MS Office In MEP 2010?

Aug 6, 2012

When I open drawings created by others, I get a message " Specify font for Style OPT and "Arial Unicode MS" and a host of other fonts appear in the table. If I substitute this with Arial from the drop down list then the drawing opens. I believe Auto Cad automatically picks up either the SHX files in its own font directory or font files from MS office. My computer has Arial Unicode files in C:/Windows /Font directory and I do not know why it is not picking up the font from that file.

View 0 Replies View Related

Photoshop :: Multiple Selection

Jan 27, 2007

How do I multiply select 2 or more layers using PS2?

View 1 Replies View Related

AutoCAD Inventor :: Picking Sketch Line From Drawing?

Dec 19, 2011

 VB.NET with VS2010, Inventor 2012

I have a drawing view of a part with a sketch that contains some lines. I need to pick one of the sketch lines.

I can pick a line with sketch active using the kSketchCurveLinearFilter

I have not been able to pick it from outside of sketch. Have tried using kDrawingCurveSegmentFilter to get a DrawingCurveSegment but I can not get the sketch line from the DrawingCurveSegment

I assume there is a way to get the sketch line from DrawingCurveSegment or DrawingCurveObject but have not figured it out.

View 3 Replies View Related

AutoCAD 2010 :: Slow Picking And Properties Palette?

Aug 4, 2010

What setting would cause a huge, well about 5-second, delay when any entity is selected without a command active and only with the Properties Palette on-screen but autohidden? If command is given first, verb-noun, no hesitation after selecting at Select Objects: prompt. But, selecting any entity first, noun-verb, causes the 5-second delay before the mouse is again active. Very annoying. Closing the Properties Palette completely seems to cure the delay problem, but at a different cost in editing time.  The workstation is running WinXP Pro with 4 gigs of ram.

View 9 Replies View Related

AutoCAD Civil 3D :: Dimension Lines By Picking Points?

Sep 18, 2012

Making the switch to Civil 3D. I was previously using 2009, and I could add dimension labels by picking two points (endpoints, intersections, etc.) to get the whole line or just a segment. In Civil 3D 2012, I create styles and add labels through the annotate tab, but I can only selct the line or curve in its entirety.  There must be a way to easily label portions of a line or multiple segments as one line.

View 4 Replies View Related

AutoCAD Inventor :: Extrusion Is Picking Wrong Sketch

Aug 31, 2012

I am new to Inventor, running Inventor 2012. I know Solidworks.

I have a sketch with ellipse and then squares inside the ellipse. I am trying to edit the part not create. The program extrudes either ellipse or squares.  New problem: the extrusion is picking wrong sketch. I need to finish the part.... 

View 9 Replies View Related

CorelDRAW X5 :: Multiple Selection Within Group

Mar 29, 2011

Is there a way I can do a multiple selection from within a group (without ungrouping)?

View 9 Replies View Related

3ds Max Modeling :: How To Set Value To Multiple Vertex Selection

Jan 29, 2012

I would like to know if it's possible to set a value to a multiple vertex selection.

Exemple : I have 15 vertex selected with different values on z axis.

I want to set all vertex to -100mm for exemple (in one action).

View 3 Replies View Related

Illustrator SDK :: Multiple Selection In ADM Lists

Nov 15, 2011

I have an ADMHierarchyList and I need it to support multiple selection.  I see numerous places in the documention that indicate there is a way to set multiple selection (e.g. "... in a list that supports multiple selection..."), but don't see a way to actually set this behavior.

View 3 Replies View Related

AutoCAD Inventor :: Picking Coinciding Parts For Item Balloon?

Sep 27, 2010

How do I pick a part to balloon it when the line is actually two parts beside each other? eg a wall sheet welded to a square column. I can 'toggle" between the two but am unable to pick the other part so continually get the item balloon for the part I don't want.

Inventor Professional 2014.
Windows 7 64 bit.

View 9 Replies View Related

Photoshop :: Making A Selection Around Multiple Layers

Jun 26, 2012

Before I start looking for work on transforming PSD's into working websites, I would like to learn some of the functions and features of Photoshop Creative Suite 5.1.  
 
I recently learned:

Ctrl + Win + Click on Desired Layer… To make a selection around the layer 
 
Then I clicked on, "Refine Edge"… I was able to make a perfect selection around what I wanted using this feature. Very nice, by the way.  
 
There were multiple layers, I merged the visible ones to make one layer. All of the stuff that makes up the banner, at the top of the page. My question is:
 
Can I make a selection around multiple layers, i.e. buttons, other pictures, etc.?
 
Side note question:

Does the document size have any effect on the overall size? Meaning: let's say that banner up top is 775 pixels across & maybe about 450 pixels tall… That's about the size of the image (the selected layer). The document size is laying on, is also 775 pixels across… But, 950 pixels tall. Will that document size have any effect on load time for a webpage?

View 9 Replies View Related

Photoshop :: How To Move A Selection In Multiple Layers

Jun 29, 2012

people want to move multiple layers together. I know how to do that. I want to move a selection in two (or more) layers together. I'd also love to know how to use the free transform tool on a selection box in multiple layers.

View 5 Replies View Related

Photoshop :: Multiple Layer Selection On Canvas

Oct 23, 2005

Can you select multiple layers on the canvas rather than by doing it in the layer dialog?

View 6 Replies View Related

Photoshop :: Multiple Layer Selection Not Working

Apr 28, 2009

I can select individual layers either in the Layer Palette or on the canvas with no problem. It's when I use the selection tool with Shift, Cntrl, or Alt that I cant get more than one layer selected. I want to group and lock layers together so I can scale down the group to a maller image size. 

View 1 Replies View Related

Lightroom :: Selection Of Multiple Folders And Collections In 4?

Mar 22, 2012

With LR 3.6 I could filter folders or collections with other collections, using "Ctrl + [collection]".
 
In LR 4 (Windows) this does not work.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved