TheSwamp

CAD Forums => CAD General => Topic started by: lamarn on January 27, 2015, 09:20:35 AM

Title: command <lasso selection>
Post by: lamarn on January 27, 2015, 09:20:35 AM
Is there a way to start lasso selection from the commandline? Strangely, this doesn't seem to be documentated.
Sometimes i have some difficulties working with mousebuttons when i hoover over objects like hatches.

Thanks in regard

http://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-Core/files/GUID-0DD5DA73-9DC5-4424-8FED-7BBE3BE52A4D-htm.html
Title: Re: command <lasso selection>
Post by: tedg on January 27, 2015, 02:25:40 PM
Is there a way to start lasso selection from the commandline? Strangely, this doesn't seem to be documentated.
Sometimes i have some difficulties working with mousebuttons when i hoover over objects like hatches.

Thanks in regard

http://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-Core/files/GUID-0DD5DA73-9DC5-4424-8FED-7BBE3BE52A4D-htm.html (http://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2015/ENU/AutoCAD-Core/files/GUID-0DD5DA73-9DC5-4424-8FED-7BBE3BE52A4D-htm.html)


You mean like use the fence option for selecting objects,? example command: move > F <make a fence through your objects>
Or maybe Cpolygon or Wpolygon is more like lasso.


This is covered in your link, but maybe that's not what you want to do.
I believe you need to start out with a command first that requires objects to be selected, and then type in your selection type.
Title: Re: command <lasso selection>
Post by: lamarn on January 27, 2015, 04:35:20 PM
Yes, lasso! indeed, that is what i meant
Fence and polygon selection is covered allright.

So, where can i find it..?

Command: s
Select objects: 'select
** That command may not be invoked transparently **
*Invalid selection*
Expects a point or Window/Last/Crossing/BOX/ALL/Fence/WPolygon/CPolygon/Add/Remove/Multiple/Previous/Undo/AUto/SIngle
Select objects:
Title: Re: command <lasso selection>
Post by: Daniel J. Ellis on January 28, 2015, 03:31:19 AM
I don't think there's any selection method in AutoCAD that's actually called "lasso" but there are a few options which could be described that way:

Window.  W.  Usually invoked transparently by selecting left to right.  The user creates a rectangular "lasso."  The result is to select all objects wholly within that rectangle.
Crossing Window.  C.  Usually invoked transparently by selecting right to left.  Like a window except that object touching, or crossing, the selected rectangle or lasso are also selected.
Window Polygon.  WP.  The user creates an irregularly shaped "lasso."  Anything wholly within that shape is selected.
Crossing Polygon.  CP.  The user again creates an irregularly shaped "lasso."  Anything within or touching that shape is selected.

Hope this all makes sense and helps :)

dJE
Title: Re: command <lasso selection>
Post by: Rob... on January 28, 2015, 05:58:24 AM
Lasso does exist. It's new for 2015.
Title: Re: command <lasso selection>
Post by: Daniel J. Ellis on January 28, 2015, 08:23:40 AM
Ah, that's explain it - we're on 2014.

What's it do?

dJE
Title: Re: command <lasso selection>
Post by: ronjonp on January 28, 2015, 09:02:25 AM
Maybe THIS (http://www.theswamp.org/index.php?topic=47403.msg524202#msg524202) will help.
Title: Re: command <lasso selection>
Post by: ROBBO on January 28, 2015, 09:04:45 AM
A Lee Mac gem!
Title: Re: command <lasso selection>
Post by: Lee Mac on January 28, 2015, 02:08:58 PM
Thanks guys!  :-)