Hello everyone,
I'm looking for a way to loop through all the sketches in a part file.
I can't figure out how from the current document to go through each sketch to check that it contains sketch text.
I guess that from the active document, you have to go through a collection of feature objects, and then on each function check on each child (sketch) that there is a sketch text.
This is the path that seems logical to me, but no idea how to get there.
Thank you in advance for any information you could give me.