Hi everybody
Does anyone know why I cannot select a point with the following code. If I replace "Point" by "Face" the code works...
Thank you for your help
This is my code:
--------------------------------------------------------
InputObjectType(0) = "Point"
Status =...
Hi fernando,
to be precise I have a 3D part, my idea is to create a code to create automatically points at important positions (corner, center of a hole, ...), exctract these coordinates and finally export on a excel file the different distances between the points.
To answer you "dimension"...
Hello everybody,
I'm really novice about programming on VB6. I've a 100 similar CATIApart, and I want to create a method to extract dimensions of these part and export to excel. I've already created the method to export to excel but if you know one method to measure length between two points or...