File Format for Imported Curves
The .csv file containing the 2D or 3D curve coordinate points must be in comma-separated values (.csv) format.
Text is not supported in this file—meaning that headers, descriptions, or units must not be included in these files. A maximum of 8 decimal places per coordinate is supported. There is no limit to the number of rows (coordinate lines) per file. The coordinate points must be in meters. If your geometry uses a different system of units, convert the coordinate points into meters.
An example file for a 3D curve, in Cartesian coordinates, is shown below:
0.01817128,0.01377324,-0.01098872
0.04074841,0.02954630,-0.01947049
0.07237303,0.04867008,-0.02909696
0.12597960,0.07179400,-0.03726481
0.16208829,0.08217564,-0.04081605
0.22814133,0.09360534,-0.04507754
0.28460602,0.09557598,-0.04720828
Each row represents a point on the curve, and must contain three comma-separated values, for both 2D and 3D curves.
Requirements for importing 3D curves:
- When using Cartesian coordinates, the format must be [X, Y, Z]
- When using Cylindrical coordinates, the format must be [r, , z]
- It is possible to import 2D profiles and sketches as a 3D curve by setting one of the axes to a constant for all points
- The format must be [X, Y, Z]
- The Z axis must be constant
- The constant value of Z can be non-zero, however these values are ignored, and the 2D curve is placed on a sketch on the XY plane