Cross polygon selection instead of lasso selection?

Cross polygon selection instead of lasso selection?

Anonymous
Not applicable
3,179 Views
8 Replies
Message 1 of 9

Cross polygon selection instead of lasso selection?

Anonymous
Not applicable

Hey!

 

Is there any way to customize the lasso selection with mouse and replace it with the cross polygon command? 

 

As I use CPolygon much more...

 

If not, an alternative solution would be editing in-line command letters (pressing CP when using the SELECT command) with closer keystrokes.

 

Cheers!

0 Likes
Accepted solutions (1)
3,180 Views
8 Replies
Replies (8)
Message 2 of 9

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

when lasso selection is started just press <SPACE> as often as needed to change the mode of lasso ==> crossing/window/fence ... does that help?

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Message 3 of 9

gotphish001
Advisor
Advisor

Space doesn't toggle to the option of polygon though. I think that what OP is looking for.



Nick DiPietro
Cad Manager/Monkey

Message 4 of 9

Anonymous
Not applicable

Exactly, Cross Polygon fits best my needs.

0 Likes
Message 5 of 9

sthompson1021
Advisor
Advisor

Not sure of a way to to edit the inline CP, but it's easy to assign a shortcut key to the select-cp command in the cui.

0 Likes
Message 6 of 9

Anonymous
Not applicable
Accepted solution

So,  I solved it by creating a custom lisp, my first one 🙂

 


(defun C:CS ()
(command "select" "cp")
)


(defun C:CSS ()
(command "select" "wp")
)

 

Thanks anyways for your replies!

Message 7 of 9

Anonymous
Not applicable

Hi! I would also like the polygon back instead of the lasso, but I'm not advanced enough to understand how to employ that lisp? any recommendations?

0 Likes
Message 8 of 9

neaton
Advisor
Advisor

If you want lasso sometimes remember a lasso selection is click and drag, whereas polygon window is click, click.

If you want to turn off the lasso option all together in Options, Selection, deselect Lasso check box.

lasso.png

Nancy


@Anonymouswrote:

Hi! I would also like the polygon back instead of the lasso, but I'm not advanced enough to understand how to employ that lisp? any recommendations?


 

Message 9 of 9

Anonymous
Not applicable

Same as PICKAUTO 1

0 Likes