mag00n
Mechanical
- Apr 7, 2010
- 47
Hi guys,
Does anyone know if it is possible to create selection filters? Specifically general selection filters - Say you have a full assembly loaded on screen and you ONLY want to select "ARCS" with your mouse and nothing else, no other type of curve..
I know you can specify "detail filtering" within other selection options, but those limit you to either HIDE, EDIT DISPLAY, DELETE, etc.
I want to be able to select all ARCS in an assembly simply by choosing "arcs" from the drop down menu on the main toolbar and dragging my mouse across the entire part.
Ive looked at the code output from a macro where I just changed the selection filter from "no selection filter" to "component" and this is the code I get:
TBR COMBO UG_SEL_TYPE_FILTER 4 -7 0
TBR COMBO UG_SEL_TYPE_FILTER 1 1 1
LINE "Component"
If anyone knows where the location for the reference numbers (identifying which filter to use) are found I may be able to create a new entry for ARCS that way.. Or maybe an easier way exists??
Help would be awesome as it would save me MANY hours of repetition throughout the week!
Does anyone know if it is possible to create selection filters? Specifically general selection filters - Say you have a full assembly loaded on screen and you ONLY want to select "ARCS" with your mouse and nothing else, no other type of curve..
I know you can specify "detail filtering" within other selection options, but those limit you to either HIDE, EDIT DISPLAY, DELETE, etc.
I want to be able to select all ARCS in an assembly simply by choosing "arcs" from the drop down menu on the main toolbar and dragging my mouse across the entire part.
Ive looked at the code output from a macro where I just changed the selection filter from "no selection filter" to "component" and this is the code I get:
TBR COMBO UG_SEL_TYPE_FILTER 4 -7 0
TBR COMBO UG_SEL_TYPE_FILTER 1 1 1
LINE "Component"
If anyone knows where the location for the reference numbers (identifying which filter to use) are found I may be able to create a new entry for ARCS that way.. Or maybe an easier way exists??
Help would be awesome as it would save me MANY hours of repetition throughout the week!