Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.56 KB

ThreadSewingUpdate.md

File metadata and controls

38 lines (28 loc) · 1.56 KB

MissionControl.ThreadSewingUpdate

Properties

Name Type Description Notes
fileReferences [FileReferenceUpdate] [optional]
kind String The kind of the finishing. Thread sewing is a process where a thread and a needle is used to sew together several parts of a print job. It is most commonly used to combine the different signatures of the content of books. [optional]
pattern String The sewing pattern that should be used to create the seam. The default is `normal`. [optional]
blindStitch Boolean Whether or not to perform a blind stitch at the end of the seam line [optional]
threadThickness String The thickness of the string that should be used for this seam. Given in the unit specified in `dimensions_unit`. [optional]
dimensionsUnit String The unit for the dimensions given in `diameter`. Must be set if `diameter` is set. [optional]

Enum: KindEnum

  • threadSewing (value: "thread_sewing")

Enum: PatternEnum

  • combinedStaggered (value: "combined_staggered")
  • normal (value: "normal")
  • side (value: "side")
  • staggered (value: "staggered")

Enum: DimensionsUnitEnum

  • cm (value: "cm")
  • foot (value: "foot")
  • inch (value: "inch")
  • m (value: "m")
  • mm (value: "mm")
  • pica (value: "pica")
  • point (value: "point")