Skip to main content

cutlist.setCut()

The cutlist.setCut() store method will remove all cutting instructions from the part and then add a set of cutting instructions for the part. This information is not use by the core library, it is merely stored.

Signature

cutlist.setCut() accepts either an object or an array of objects with the following signature:

undefined store.cutlist.setCut({
Number cut,
String from,
Bool identical = false,
Bool onBias = false,
Bool onFold = false,
})
RELATED

Please see cutlist.addCut() for detailed information about the object properties used by cutlist.setCut().

Example

9 Monday, Nov 25, 2024 The title FreeSewing Example v0.0.1 ( ephemeral ) plugin-annotations:cut 2 plugin-annotations:mirrored plugin-annotations:from plugin-annotations:lining

An example of the cutlist.setCut() store method