AutoCad 2D :: How To Select A Block By Name

Nov 21, 2013

I know that you can select all instances of a block reference by using QSELECT and specifying Block Reference and then where "Name" equals your given block name.

Is there a way to quickly select a block by name (exactly like the above), and then 'afterwards' reduce that selection down to just those blocks where attribute X is equal to a given string?

View 1 Replies


ADVERTISEMENT

AutoCad :: Setup In Dynamic Type Block That Would Allow To Select The Block

Jun 22, 2012

I have a series of logos that we use. I would like to have them setup in a dynamic type block that would allow us to select the block and choose from a pull down that logo to use.

I have see it done before just don't know how to replicate it.

As you scrolled through the choices as each one was highlighted it would display that one on the screen.

View 5 Replies View Related

AutoCAD .NET :: Can't Select Block After Redefining It

Feb 24, 2012

after I redefine a block (I make it bigger), I can't select the block by clicking on the part that's gotten bigger. It is as if AutoCAD still remembers the outlining of the previous smaller block and if I click outside this outlining it doesnt select the block. If I save, close and reopen the drawing everything is fine and I can select the block as normal.
  
// Insert from dwg file.using (dbInsert = new Database(false, true)){ dbInsert.ReadDwgFile(strDwgPath, System.IO.FileShare.Read, true, ""); oidInsert = dbActive.Insert(System.IO.Path.GetFileNameWithoutExtension(strDwgPath), dbInsert, true);}// Regenerate the drawingCADS.Application.DocumentManager.MdiActiveDocument.Editor.Regen(); 

View 1 Replies View Related

AutoCAD .NET :: Select Block Reference By Attribute Value

Nov 29, 2012

I have a drawing with many block references on it and they have some attributes.

I know how to find the block reference witch the attribute value, and even change it but I don't know how to select it once I have the object ID of the block.

How can I do the selection without asking the user to select it?

View 6 Replies View Related

AutoCAD VB :: How To Select All Block Attributes Using VBA Coding

Sep 23, 2012

How Can I Select All Blocks Attributes Using VBA Coding

all blocks with any name with any layer with any property

View 7 Replies View Related

AutoCAD .NET :: Block Functions (Select / Explode)

Apr 15, 2012

I have a C#-WPF-Application. In this application there is a list of blocks in my drawing. When I click one of these blocks in the listbox I have several button-functions. 

One of them: Select the in the list selected block in the drawing.

Another: Explode the in the list selected block.

I found several topics with Selection, but none of them worked for me. I'm looking for a selection via ObjectId or blockname of a single block, in the most cases the selectionfilter needs an array(?). 

View 9 Replies View Related

AutoCAD .NET :: Select All Block Only On No Frozen And Active Layer

Jul 12, 2012

Dim editor As Editor = Application.DocumentManager.MdiActiveDocument.Editor
Dim db As Database = HostApplicationServices.WorkingDatabase
Dim tr As Transaction = db.TransactionManager.StartTransaction()

[Code].....

the only prob is : I want selec all block but not the block on layer frozen, off or not visible...

I can check all layer stat on each block.. (i do that already for check each block (name) but i want a solution more easy.)

View 5 Replies View Related

AutoCAD VB :: Cannot Select Block Reference Using SelectAtPoint Method

Apr 24, 2011

I try to get a blockreference name and objectID by selectatpoint method in VBA, but i fail to do that.

    dim obj as object
    dim blkRef as acadblockreference
    sset.selectatpoint(point)
   for each obj in sset
   set blkRef=obj
   msgbox blkRef.name
   next obj

just like that above, but noting returned. I do not want to use selectbypolygen method.

View 1 Replies View Related

AutoCAD .NET :: Select Attributes From Block - Point Selection

Jun 18, 2011

Is there a way to select attributes from a block if I pick a point inside the block?

View 6 Replies View Related

AutoCad 2D :: How To Select Attributes To Include Them In A Block Definition

Dec 15, 2013

What order of operations do you use to include multiple attributes in a WBlock definition? I can't figure out to include all of attributes and have them in a specific order.

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Unable To Select A Block

Feb 6, 2012

what I'm trying to do is have the program select the block and then I want to get out of it what the Block Name is, so I can then compare it to the list of block names that I want the program to move. Here is what I was trying to use:
 
(setq enlist2 (ssget "_X" (list '(0 . "INSERT") (cons 10 (trans '(0 0 0) 1 0)))))(setq en (entget enlist2))

 However, when I do this, I get this error message: Error: bad argument type: lentityp <Selection set: 1e02>

If needed: AutoCAD 2013 User using Visual LISP for editing LISP and DCL files

Also I have AutoCAD 2011 currently still available for us, but we are using AutoCAD 2013 for 99.9% of AutoCAD use

View 4 Replies View Related

AutoCAD 2013 :: Select Block And Have Only Insertion Point Showing

Oct 18, 2013

When I select a block, all points contained in the block are shown.  How do I turn this off?  I want to select the block and have only the insertion point showing.

View 1 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Using SSGET To Select A Block To Move It

Feb 3, 2012

I'm having an issue with using the SSGET to select a block so I can move it. I'm changing the UCS to be at the center of the top view in the program(user selects center) and the block is at 0,0,0 after changing the UCS. However when I use SSGET it doesn't select it. So I used:

(setq en(car (entsel "
Select a block :")))(setq enlist(entget en))
 
and it lists the DXF Code of 10 as

(10 15.0893 13.5165 0.0)
 
How can I then select it if I don't necessarily know where the block is going to be?

If needed: AutoCAD 2013 User using Visual LISP for editing LISP and DCL files Also I have AutoCAD 2011 currently still available for us, but we are using AutoCAD 2013 for 99.9% of AutoCAD use

View 2 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Dynamic Block By Its Name But It Does Not Work?

Sep 23, 2011

i am trying to select a dynamic block by its name but it does not work

(setq WW (ssget "x" (list (cons 2 "WET WELL"))))

View 8 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Top Block Of Column And Get Bottom Left Bounding Box Corner

Jul 10, 2013

I have blocks forming a column, and I need to allow the user to select the top block of the column but return the bottom left corner of bounding box of the bottom block in the column. 

(DEFUN NXT-INSPNT (/ BLKLST CURENT CUROBJ IDX IPNT MCMD NENT SEL SS VENT) (PROMPT "
>> Pick the Category HEADER to add note:") (SETQss nilss (SSGET ":E:S" (LIST (CONS 0 "INSERT"))) )
(IF ss (PROGN (SETQ sel (ENTGET (SSNAME ss 0)) iPnt (CDR (ASSOC 10 sel)) )
(princ iPNT) (setvar "attreq" 0) (VL-CMDF "-INSERT" "LEG-NOTE" "S" 1 iPnt 0 PAUSE)

[Code] ....

 I'm not exactly sure where my code is failing but I get the following error.

error: AutoCAD.Application: Null extents

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Dynamic Block Based On Previous Selected Point

Apr 9, 2012

For a program i am working for i have to extract the base point of a dynamic block.

This can be done perfectly by this function:

(cdr (assoc 10 (entget (car (entsel)))))

But i want the entity selected based on a previous slected point. So for example when i selected pt1 (which is a point at the border of the dynamic block) i want to be able to extract the base point on the block whit this point.

View 8 Replies View Related

GIMP :: How To Select A Block And Drag It To New Spot

Feb 6, 2014

I want to select a block, and drag it to a new spot. Then, I want to select another block in the same image and drag it to another spot, and repeat over and over. 3 years using the gimp and I cannot do this yet.

What I do is drag one area, save and close the image, then open the image again. Is this the way the gimp works?

View 2 Replies View Related

AutoCad :: Quick Select Command Value To Select One Type Text Or Other Object

Oct 26, 2011

In Quick Select command function, I want to use more properties value to select one type text or other object.

View 9 Replies View Related

AutoCAD 2013 :: Select Other Window When Select At Intersection Of Several Objects

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

AutoCad :: Shift Select To Select Multiple Objects?

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

AutoCad :: How To Select All Object Or Line With Single Select

Oct 4, 2013

master im new in autocad 2014....i have a problem now when i select line or object it highlight or make a broken line....but when i select the other object or line my previous selected back to normal..i mean i can select only one line if i use single selecting....how to select all object or line with single select continuously, except using hold left click...

View 1 Replies View Related

Illustrator :: AI 5.5 / What Is Brown Select Rectangle Appearing When Click Select Tool

Oct 9, 2012

When I click the select tool, a brown selection type of rectangle appears in a particular area of the illustration, even though I have not clicked on the illustration yet. I assume it is some type of warning indication, but don't know what. P.S. It is draggable and scaleable - I can move it off the artboard. An example:

View 5 Replies View Related

Photoshop :: Move Tool Auto Select Is Not Capturing Multiple Objects Upon Drag / Select

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

Photoshop :: Rounded Rectangle - Select One Point To Select Side

Dec 19, 2012

I work with shapes all day designing mobile apps. Thus, I'm constantly selecting and resizing rounded rectangles. When resizing I have to individually select all four points of a side to move it without distorting the rounded corners. I cannot click and drag, because that will activate any shapes underneath the one I want to select.
 
I'm looking for a plugin or alternative to easily select the entire side of a rounded rectangle. IE - I click one point on a side, and it auto selects all four points on that side, or the like.

View 3 Replies View Related

Photoshop :: Why Won't Quick Select Tool Select Transparent Canvas

Jul 15, 2013

I remember being able to select anything on the canvas with my Quick Select tool in CS5.5 Photoshop Extended. Recently, making the switch to CC, the Quick Select tool will show my slection as I drag along the canvas, but once I release the mouse, the selection seems to be reduced to the visible pixels. I was intentionally trying to fill the transparent sections with my effects as well.
 
Mind you, the magic wand will select transparent pixels just fine, but it also adds unintentional sections which is irritating. I should probably also pint out that I already looked into the "lock transparence" option in the layers, but I did not activate anything of the sort.

View 3 Replies View Related

Photoshop :: Keyboard Shortcuts: Select Layer, Select Scale

Nov 21, 2005

if there are keyboard shortcut keys to these two operations?

1. Selecting a different layer than the active layer w/ keyboard key and selecting an item on that layer on the canvas?

2. Shortcut key strokes to select > Transform > Scale?

View 7 Replies View Related

3ds Max :: Select Polygons Inside Edge Loop And Select Boundary?

Nov 21, 2012

I'd like to know the alternatives in 3ds Max to these popular tools:

1-When you have selected an edge loop, let's say, on a plane, how to select the polygons inside that loop? At the moment I'm using the split tool as a (very bad) workaround.

2-When you have selected some polygons, how to select the edges on the "boudndary"? (kinda the opposite of the above) At the moment I'm using the detach as element and border selection as a (very bad) workaround.

View 6 Replies View Related

AutoCAD 2013 :: Updating Block References Resets Block Table Selections?

Sep 4, 2012

We use a number of blocks with block tables for data extraction here, and whenever one of the blocks is modified and updated, all of the block tables reset to the default value. This happens for any block reference change, not just changes to the block table (which makes sense that it would reset).

How can we update these blocks without having to manually change all of the block tables afterwards?

View 2 Replies View Related

AutoCAD 2013 :: Dynamic Block In Action Doesn't Reflect Test Block

Jan 24, 2013

I am in the process of fixing one of our dynamic blocks. It's a fairly simple fix where there was a typo in one of the names of our items in the lookup that needed to be fixed.

I changed the name of the item in the lookup table. I went and did the test block and it seemed to work fine, but when I bring the block into a drawing, it reverts back to the old lookup as if I did nothing at all.

I made sure that the path was correct and I even just dragged and dropped straight from Windows Explorer to no avail.Does AutoCAD keep referring to the old block? Did I forget to change something else?

View 3 Replies View Related

AutoCAD Architecture :: Explode Destroys The Small Block Inside Bigger Block?

May 30, 2012

I have a block containing several parts blocks. When I explode the main block all of the parts are exploded back to lines. I have used both "explode" and "xplode" and have the same results.  How can I explode so I have my components as blocks?

View 6 Replies View Related

AutoCAD Civil 3D :: Inserting A Block Deletes Points With Point Style With Same Block

Oct 16, 2013

We're using C3D 2013 SP2.  The survey company we use uses point styles to show the blocks.  Say they shoot a catchbasin.  Instead of inserting the block, the point shows up as the block.

I did a field check & needed to insert a missed CB.  When I inserted the block, the other points that were CBs disappeared.  I had to insert the block, copy it the clipboard, undo the insertion & then paste the block in.  It did this on other drawings & other blocks.

View 7 Replies View Related







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