Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.26 KB

RingBinding.md

File metadata and controls

40 lines (30 loc) · 1.26 KB

MissionControl.RingBinding

Properties

Name Type Description Notes
id String
createdAt Date
updatedAt Date
fileReferences [FileReference]
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.
shape String The shape of the rings used for binding
diameter String
dimensionsUnit String The unit for the dimensions given in `diameter`. Must be set if `diameter` is set.

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")