What is the difference between:
string featName = swFeat.GetTypeName2()
//Extrusion
string featName = swFeat.GetTypeName2()
//ICE
in the same code (traverse FeatureManagerTree).
The first element of the feature manager tree is a Extrusion, the second is ICE.
SolidworksApi macros