'select many' option in pro/e drawing
'select many' option in pro/e drawing
(OP)
I am looking for a command to be added in drawing, if you have to delete many things at once. I am using 2001, proe gives option to select one objet only. You can use shift to pick many objects but that takes lot of time.
thanks
thanks





RE: 'select many' option in pro/e drawing
RE: 'select many' option in pro/e drawing
you can not use the window option in 2001, as it used to be in the older version.
RE: 'select many' option in pro/e drawing
It was printed in an issue of Profiles Magazine
mapkey $F7 @MAPKEY_NAME Drag Window To Modify Dimensions;\
@MAPKEY_LABELModify_Dimensions_Many;#MODIFY;#DIMENSION; #PICK MANY
-So maybe if you change it to
mapkey $F7 @MAPKEY_NAME Delete Many;\
@MAPKEY_LABELDelete_Many;#DELETE; #PICK MANY
it might work
Michael
RE: 'select many' option in pro/e drawing
RE: 'select many' option in pro/e drawing
Edit=> Cut => Pick Many
Rest is pretty much self explanatory.
Pro/e saves the picked entities on the clip board in case you want to paste it at other places.
Lalit
RE: 'select many' option in pro/e drawing
Please note: "Automatically save to" will be checked or should be checked. You might have to change where it is saving your "config.win". The "config.win" must be in your Pro/E startup directory in order to load at Pro/E startup.
RE: 'select many' option in pro/e drawing
-Hora