tslewis
Structural
- Sep 18, 2003
- 29
I am trying to export point and line data using a design sheet. I want to recreate the wire-frame geometry from a series of points and lines defined in CATIA. I am amazed how difficult this seems to be.
I understand that I can export the point data i.e point number and X Y and Z co-ordinate values. However, the only attributes I can export for the line are the line number/label and the start and end lengths. This is crazy. It does not seem to be possible to export the point numbers/labels for the start and end of the line used to construct the line!!
Is there an easy way of doing this without having to write a macro or VBA script? I know that in the edit parameters dialouge box - im not sure where - but there was a line construction function "line(pt1,pt2)". Do I need to define this function somewhere and use it to export to a design sheet?
To summarize, for Point.1 and Point.2 used to construct Line.1, I want to export:
Point.1 X Y Z Point.2 X Y Z
etc.
Line.1 Point.1 Point.2
etc.
I understand that I can export the point data i.e point number and X Y and Z co-ordinate values. However, the only attributes I can export for the line are the line number/label and the start and end lengths. This is crazy. It does not seem to be possible to export the point numbers/labels for the start and end of the line used to construct the line!!
Is there an easy way of doing this without having to write a macro or VBA script? I know that in the edit parameters dialouge box - im not sure where - but there was a line construction function "line(pt1,pt2)". Do I need to define this function somewhere and use it to export to a design sheet?
To summarize, for Point.1 and Point.2 used to construct Line.1, I want to export:
Point.1 X Y Z Point.2 X Y Z
etc.
Line.1 Point.1 Point.2
etc.