Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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.