Set Rigid Parts CSV File Format
CSV file format fields
The CSV file contains one header row and one or more additional data rows. Data
values are as follows:
- Part_name – Alpha-numerical values
- Mass - Numerical values
Example CSV file
Part_name,mass
Support,10
Handle,20
Note: Partial part names are also supported. For example, if an assembly has
multiple parts that have support in the name of parts (such as
support_left, support_right) all those
instances where support is present are recognized. Defining individual names
support_left and support_right
separately in a CSV file with different mass value will map correctly as per the
names defined.