Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Anonymous
2702 Vistas, 8 Respuestas

Cross polygon selection instead of lasso selection?

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!

Alfred.NESWADBA
en respuesta a: Anonymous

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 2025
------------------------------------------------------------------------------------

(not an Autodesk consultant)
gotphish001
en respuesta a: Alfred.NESWADBA

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



Nick DiPietro
Cad Manager/Monkey

Anonymous
en respuesta a: gotphish001

Exactly, Cross Polygon fits best my needs.

sthompson1021
en respuesta a: Anonymous

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.

Anonymous
en respuesta a: Anonymous

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

 


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


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

 

Thanks anyways for your replies!

Anonymous
en respuesta a: Anonymous

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?

neaton
en respuesta a: Anonymous

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?


 

Anonymous
en respuesta a: neaton

Same as PICKAUTO 1