cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

membfeat Vs feature in Proselect() API

Ketan_Lalcheta
19-Tanzanite

membfeat Vs feature in Proselect() API

Hello

 

I was going through example code and come to know about first API argument as "membfeat" in ProSelect(). What does this mean? How it is different from "feature" and "part_or_asm" ?

 

Regards

Ketan

1 REPLY 1

@Ketan_Lalcheta In assembly all the items were considered as Feature (including part & sub assemblies). Hence we can still narrow selection by the keyword "Feature".

For example, an assembly contains a component ,an extrude cut and pattern

If the selection option is set to "membfeat" all the above sent entity can be selected.

But if the selection option is set to "part_or_asm", only parts or assemblies can be selected.

 

Top Tags