Import Datum Points from CSV
Import datum point sets from an external comma separated values (CSV) file.
Imported Datum Points CSV File Format
CSV file format fields
- X, Y and Z – Numeric values. Spatial location of the datum points.
- ID (optional) - Alpha-numerical values.
- Label (optional) - Alpha-numerical values.
- Parts to map (optional) - Numeric values. Number of parts to map a point to
based on proximity.
1 (Default) = map only to the closest part
2, and so on = map point to the X closest parts
Example CSV file
X,Y,Z,ID,Label,Parts to map
0,0,0,1,point 1,1
5,0,0,2,point 2,2
10,0,0,3,point 3,1
20,0,0,4,point 4,2