Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.24 KB

RingBindingUpdate.md

File metadata and controls

37 lines (27 loc) · 1.24 KB

MissionControl.RingBindingUpdate

Properties

Name Type Description Notes
fileReferences [FileReferenceUpdate] [optional]
kind String The kind of the finishing. Ring binding is a type of binding where small individual rings, connected rings or spirals are used to bind parts of a print job together. This finishing must thus be attached to all parts that are bound toghether. [optional]
shape String The shape of the rings used for binding [optional]
diameter String [optional]
dimensionsUnit String The unit for the dimensions given in `diameter`. Must be set if `diameter` is set. [optional]

Enum: KindEnum

  • ringBinding (value: "ring_binding")

Enum: ShapeEnum

  • d (value: "d")
  • oval (value: "oval")
  • round (value: "round")
  • slantD (value: "slant_d")

Enum: DimensionsUnitEnum

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