The function
ProSolidFeatVisit() enables you to visit all the features in a part or assembly. It visits not only those features visible to the user, but also features used internally for construction purposes. To skip over such internal, “invisible” functions, call
ProFeatureVisibilityGet().
Note that the function
ProSolidFeatstatusGet() (described in detail in the
Core: Solids, Parts, and Materials section) provides an array of integer identifiers for all the features in a solid, thereby offering an alternate way of finding all the features.