Author Topic: Selecting multiple lines & Searching ...  (Read 2461 times)

0 Members and 1 Guest are viewing this topic.

Hangman

  • Swamp Rat
  • Posts: 566
Selecting multiple lines & Searching ...
« on: April 14, 2014, 06:12:05 PM »
Good afternoon everyone,

So, I've been using Revit for quite some time and haven't been using AutoCAD or the LiSP routines here at the swamp & now I'm currently using AutoCAD and miss some of the abilities of Revit.
For example (and I thought this was part of AutoCAD but perhaps not), I am selecting a plethora of lines intermingled with other stuff; in Revit, you select a line then hit the tab key to select all lines connecting to the initial line.  Is there a way to do this in AutoCAD or does it require a LiSP routine?

Secondly, how do you do a search here at the swamp to include several words into a single search; i.e. I tried searching for Selecting multiple lines and I received the results of everything ever written for "Selecting", for "multiple", & for "lines", but haven't yet found what I'm looking for; "Selecting multiple lines".

TYinA
Hangman  8)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Drafting Board, Mechanical Arm, KOH-I-NOOR 0.7mm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Selecting multiple lines & Searching ...
« Reply #1 on: April 14, 2014, 06:59:00 PM »
one could hope that a Rt-Click >>>Select Similar

would build sufficient selection set.
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Hangman

  • Swamp Rat
  • Posts: 566
Re: Selecting multiple lines & Searching ...
« Reply #2 on: April 14, 2014, 07:34:02 PM »
one could hope that a Rt-Click >>>Select Similar

would build sufficient selection set.

Oooh, ... close.  This actually selects all items of the same parameter; all lines, or all on the same layer, all of the same weight, etc., much like a filtered qselect.

No, someone showed me once a slick command or key combination (I'm leaning toward a key combination like CTRL+SHIFT+ LPICK the line) that will simply select a line that is connected to the end of another line. Of course if the line is not connected to the end of another line, it will not select that line.
So, if you draw a rectangle, then pick the left-most line and [this command/key combo I am seeking] it will also select the other three lines of this rectangle (as all are connected), but will not select other similar items.
Hangman  8)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Drafting Board, Mechanical Arm, KOH-I-NOOR 0.7mm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

danallen

  • Guest
Re: Selecting multiple lines & Searching ...
« Reply #3 on: April 14, 2014, 08:12:58 PM »
express tools fast select does that

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Selecting multiple lines & Searching ...
« Reply #4 on: April 14, 2014, 08:19:13 PM »
express tools fast select does that

Not really
Just tried it on a 4 sided polygon
it 'only' picks two (2) additional sides irrespective of which side is picked

Be your Best


Michael Farrell
http://primeservicesglobal.com/

danallen

  • Guest
Re: Selecting multiple lines & Searching ...
« Reply #5 on: April 14, 2014, 09:28:14 PM »
I'm on bricscad so I don't have access, but I recall there was an option at the command line which increased how much it picked

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Selecting multiple lines & Searching ...
« Reply #6 on: April 14, 2014, 09:59:24 PM »
it's a setting that must be done before using

FSMODE

chain selection ON

Interesting...I guess I've not had need to use this, as quite sometime
back I adopted an all polylines all the time mentality
Be your Best


Michael Farrell
http://primeservicesglobal.com/

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Selecting multiple lines & Searching ...
« Reply #7 on: April 15, 2014, 12:17:30 AM »
Good afternoon everyone,
Secondly, how do you do a search here at the swamp to include several words into a single search; i.e. I tried searching for Selecting multiple lines and I received the results of everything ever written for "Selecting", for "multiple", & for "lines", but haven't yet found what I'm looking for; "Selecting multiple lines".

TYinA

Google Advanced Search
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: Selecting multiple lines & Searching ...
« Reply #8 on: April 15, 2014, 12:20:33 AM »
Good afternoon everyone,

So, I've been using Revit for quite some time and haven't been using AutoCAD or the LiSP routines here at the swamp & now I'm currently using AutoCAD and miss some of the abilities of Revit.
For example (and I thought this was part of AutoCAD but perhaps not), I am selecting a plethora of lines intermingled with other stuff; in Revit, you select a line then hit the tab key to select all lines connecting to the initial line.  Is there a way to do this in AutoCAD or does it require a LiSP routine?
TYinA

Code: [Select]
;;--------------------=={ Chain Selection }==-----------------;;
;;                                                            ;;
;;  Prompts the user to select an object and generates a      ;;
;;  selection chain of all objects sharing endpoints with     ;;
;;  objects in the accumulative selection.                    ;;
;;------------------------------------------------------------;;
;;  Author: Lee Mac, Copyright © 2012 - www.lee-mac.com       ;;
;;------------------------------------------------------------;;
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

Hangman

  • Swamp Rat
  • Posts: 566
Re: Selecting multiple lines & Searching ...
« Reply #9 on: April 15, 2014, 01:04:03 PM »
YES !!! Fast Select, that's it, Thank you guys!  I couldn't for the life of me remember what it was.
And I knew somebody would have written a LiSP routine for it as well, thanks CAB.  And of course a big Thank you to Lee for the (as always) excellent work he does.

Good afternoon everyone,
Secondly, how do you do a search here at the swamp to include several words into a single search; i.e. I tried searching for Selecting multiple lines and I received the results of everything ever written for "Selecting", for "multiple", & for "lines", but haven't yet found what I'm looking for; "Selecting multiple lines".

TYinA

Google Advanced Search

Doht !!!  I just used the search on the top right side of the Swamps home page. Forgot all about the advanced search feature, Thank you again CAB.
Hangman  8)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Drafting Board, Mechanical Arm, KOH-I-NOOR 0.7mm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~