Does anyone know how to find an edges attribute (or any other edge child feature)? The Entity.FindAttribute function does not work for supressed attributes.
For faces and sketches, I can use the Feature.GetChildren to search for my attribute. Edges however don't provide a method for getting children. SolidWorks must know that the edge has attributes because FindAttribute works for unsupressed edges. I need to find them so I can unsupress them.
Thanks
-Dean
SolidworksApi macros