Does anyone know how I can select a sketch relation by its own name? SketchRelationManager and SketchRelation interfaces do not have any method to return its name.
I want to delete some specific relations, but as I can’t select them, I have first to check which entities compose this relation from the sketch itself and then traverse all of them to see which one it is and delete it.
Thanks


Thanks Amen for your response, the way you explain is close to the API example and is the way I have used, but it has more work, although there is no way to rescue those names, Solidworks has them stored as shown in the image (Vertical104, Horizontal70...), it would be great to access them this way. I have tried converting each relation to object and I can't get its name either. Thanks for your help!
– Getto