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