Importing SketchPoints from DataFile
This tool imports a set of 2D coordinates from a file and creates a 2D Sketch plane with the points.
Operativity
- Drop the tool into the scene,
- select data files *.txt or *.dat,
- the 2D Sketch plane with the points is created.
The file format must have one point per line with an X
and Y
values
which must be separated by spaces, lines starting with #
are ignored.
# file description
# X Y
-50 -50
-50 0
-50 50
0 40
50 50
40 0
50 -50
0 -40
...
...