AndersSande
Industrial
- Jul 1, 2005
- 18
Hi,
Anyone who could help me with some source code for compiling a program to be used in NX3 or NX4?
The function should be like this:
The 3D-model part file contains some points, witch is visible on the drawing.
These points is manually selected, one by one, from the drawing.
The grip program should output the X, Y and Z coordinates to a text file.
Numbering of the points ( P1, P2.. ) shall be the same as the selecting order of the points.
Formatting of the file should be like this:
-------------------
P1
X <coords>
Y <coords>
Z <coords>
P2
X <coords>
Y <coords>
Z <coords>
P3
X <coords>
Y <coords>
Z <coords>
P4
X <coords>
.....and continuing to the last point.
-------------------
Anyone who could help me with some source code for compiling a program to be used in NX3 or NX4?
The function should be like this:
The 3D-model part file contains some points, witch is visible on the drawing.
These points is manually selected, one by one, from the drawing.
The grip program should output the X, Y and Z coordinates to a text file.
Numbering of the points ( P1, P2.. ) shall be the same as the selecting order of the points.
Formatting of the file should be like this:
-------------------
P1
X <coords>
Y <coords>
Z <coords>
P2
X <coords>
Y <coords>
Z <coords>
P3
X <coords>
Y <coords>
Z <coords>
P4
X <coords>
.....and continuing to the last point.
-------------------