How to use CSV file to import data in 2D Nesting?
SolutionPlease see attached video
Solid Edge 2D Nesting provides multiple ways to define the part. You can provide dimensions for standard shapes (Rectangle, Circle, Ring) or you can provide a file path to the CAD file. You can even mix and match these different part types within the same CSV file. In order to provide this flexibility, Solid Edge 2D Nesting defines a set of pre-defined column headings that must be used when creating the CSV file. These are listed below:
Type
Value2
In order for Solid Edge 2D Nesting to correctly process the data, there are a few rules about the CSV format.
1. The Type column must be the first column defined in the CSV file.
2. The Value1 column must also be present as this is used to provide the first dimension for all standard part types or the CAD file path in the case of a CAD part.
3. Value2 is required when defining rectangle or ring parts.
4. Other than the above, columns may be defined in any order or omitted completely.