Export Weldment Cut Lists

SharpSync supports the ability to export cut lists.

We're still building this feature out with more functionality, so please reach out to us via our support portal to request better feature integration

Setup the custom columns

To work with cut weldment lists, do the following:

  • Navigate to Data Sources > Onshape > Configure > Configuration

  • Change the selection for cut list properties from None to Specify

  • You'll note the default columns as:

    • Qty

    • Description

    • Length

  • Once all the columns have been specified, click the Save button

Update the Property Mappings

To use the columns in a Property Mapping, we have to first refresh the mappings

  • Navigate to Property Mappings > Click the `Update` button for Onshape

  • There will be new properties that are listed for the cut list items (they will match the columns specified in the first point)

Minimum required Property Mappings

Add the following minimum properties for cut lists to work:

  • Cut List (Length)

  • Cut List (Qty)

A note on column naming in the Data Source Configuration Options:

  • The Length column may be named something else, but the accessor in SharpSync Property Mappings must be named cutListLength

  • The Qty column may be named something else, but the accessor in SharpSync Property Mappings must be named cutListQty

Displaying the Cut List

To get the cut list to show in SharpSync do the following:

  • Navigate to a cut list feature in Onshape

  • Right click the feature > Applications > Export Cut List

  • The cut list will show up in the SharpSync UI

Last updated