Using a Catia V5 macro I want to get the coordinates of the points inside Repetition(Points and Planes).1. This Repetition(Points and Planes).1 is inside a geometrical set (Shown in image).
I have used selection.search to select Repetition(Points and Planes).1. But I'm not able to get the coordinates of the points.
Dim objSel As Selection
objSel.Search "'Generative Shape Design'.'Repetition (Points and Planes)',sel"
I want to export the point coordinates to a txt file after selecting the geometrical set (pntRep shown in image).