Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
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
@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.