What I'm trying to do is ask the user to select two planar surfaces and then create a plane that is halfway between them. I can get the correct distance and create the plane. However, it doesn't detect/forgets or is incompatible with the reference that I got from the first planar surface and is...
I had to alter your code a bit to make it work but now it does. Thank you so much! Here is the line of code as I have updated it:
objGEXCELSh.cells(s + 1, "E") = hybShape.Parent.Parent.Name
I have code that exports the name and coordinates of all points in folders that contain the word "STRUCTURE". The part I need now is to also extract the geometrical set name for each of these points which I have not been able to figure out.
Here is an example of what I need:
TEST.CATPartBOB...
I need to be able to extract the sub-components of a partbody. I can do this in the "Measure Inertia" tool but need to replicate the information extract in a catia macro, preferably catvba script and export it to a text file. I have been able to extract the parameters of the part such as...