Skip to main content
1-Visitor
April 30, 2019
Question

membfeat Vs feature in Proselect() API

  • April 30, 2019
  • 1 reply
  • 1198 views

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-Visitor
May 30, 2019

@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.