Is there a way to select a face of a BodyFeature by name in a macro (VB)? I renamed the face of a weldment part a name I can remember, but I do not know the tag to use in VB to select it. Here is the peice of code I need help with
Part.Extension.SelectByID2(<>, “FACE”, 0, 0, 0, False, 0, Nothing, 0)

admin 6:12 pm on March 17, 2009 Permalink
From twitter:
If you used tags to name the face, you can search. In the search/filter tab type the face name and it will filter to the body.
Thanks @Alignex
BReilly 6:35 pm on March 17, 2009 Permalink
Thnk you, but how can I use TAGS to select items in a macro? I don’t need to find the part, I need to automate selection of a face for a measure command in a macro. Measure and Closest.Distance both will not take BodyFeatures, so I need to call a face by ID.