cmick31
Mechanical
- Jun 1, 2021
- 19
Hello all,
I'm working on a program that sifts through all components > all bodies in components > all faces in bodies > ending with grabbing all holes in the model.
I wanted to get the Coordinates of each hole, with my initial take being to use AskFaceData and grabbing the point coordinates that it returns for a cylinder face(point on axis). However, this provides me the coordinates from within the components local WCS.
If I want to get the point coordinates globally from assembly level with these components having translation to them, do I need to look for a different method? Is there a way for me to convert this point readout to global? I've been stumped on this for a few days, reaching out here in hopes for some guidance. Appreciate any help!
I'm working on a program that sifts through all components > all bodies in components > all faces in bodies > ending with grabbing all holes in the model.
I wanted to get the Coordinates of each hole, with my initial take being to use AskFaceData and grabbing the point coordinates that it returns for a cylinder face(point on axis). However, this provides me the coordinates from within the components local WCS.
If I want to get the point coordinates globally from assembly level with these components having translation to them, do I need to look for a different method? Is there a way for me to convert this point readout to global? I've been stumped on this for a few days, reaching out here in hopes for some guidance. Appreciate any help!