Importing Wire from DataFile

This tool imports a set of 3D coordinates from a file and creates a 3D curve.

Operativity
- Drop the tool into the scene,
- select data files *.txt or *.dat,
- the 3D curve is created.
The file format must have one point per line with an X, Y and Z values
which must be separated by spaces, lines starting with # are ignored.
# file description
# X Y Z
-41 90 -10
-41 170 -10
-20 170 -10
20 112 -10
20 170 -10
...
...