MotivePrintTechnology Data Type

Print technology configuration for a motive, defining allowed transformations and size constraints.

Properties
Name Type Description
id number Resource identifier.
active boolean Whether this print technology is active for the motive.
printTechnology PrintTechnology The associated print technology.
minWidth number Minimum allowed width in millimeters.
minHeight number Minimum allowed height in millimeters.
maxWidth number Maximum allowed width in millimeters.
maxHeight number Maximum allowed height in millimeters.
allowScale boolean Whether the motive can be scaled by the user.
keepProportions boolean Whether aspect ratio must be maintained when scaling.
allowRotation boolean Whether the motive can be rotated.
only90DegreesRotation boolean Whether rotation is restricted to 90-degree increments.
allowMirror boolean Whether the motive can be mirrored.
allowColorChange boolean Whether the user can change the motive colors.
reduceColors boolean Whether the color count should be reduced for this print technology.
version number Optimistic locking version.
rest array of object
Used in
MotivePrintTechnology (JSON)
{
  "motivePrintTechnology" : {
    "id" : 12345,
    "active" : true,
    "printTechnology" : {
      "id" : 12345,
      "version" : 12345,
      "name" : "...",
      "orderIndex" : 12345,
      "active" : true,
      "vectorEnabled" : true,
      "bitmapEnabled" : true,
      "occupiedViewsCount" : true,
      "summarySymbolsEnable" : true,
      "priceFormula" : "...",
      "type" : "NECKTAG_DTF",
      "motivePriceFormula" : "...",
      "barcodeNaming" : "...",
      "enabledCreatorFrontend" : "...",
      "enabledCreatorBackend" : "...",
      "rest" : [ { }, { } ]
    },
    "minWidth" : 12345,
    "minHeight" : 12345,
    "maxWidth" : 12345,
    "maxHeight" : 12345,
    "allowScale" : true,
    "keepProportions" : true,
    "allowRotation" : true,
    "only90DegreesRotation" : true,
    "allowMirror" : true,
    "allowColorChange" : true,
    "reduceColors" : true,
    "version" : 12345,
    "rest" : [ { }, { } ]
  }
}
MotivePrintTechnology Data Type

Print technology configuration for a motive, defining allowed transformations and size constraints.

Properties
Name Type Description
active boolean Whether this print technology is active for the motive.
allowColorChange boolean Whether the user can change the motive colors.
allowMirror boolean Whether the motive can be mirrored.
allowRotation boolean Whether the motive can be rotated.
allowScale boolean Whether the motive can be scaled by the user.
id int Resource identifier.
keepProportions boolean Whether aspect ratio must be maintained when scaling.
link list of atomLink  
maxHeight int Maximum allowed height in millimeters.
maxWidth int Maximum allowed width in millimeters.
minHeight int Minimum allowed height in millimeters.
minWidth int Minimum allowed width in millimeters.
only90DegreesRotation boolean Whether rotation is restricted to 90-degree increments.
printTechnology PrintTechnology The associated print technology.
reduceColors boolean Whether the color count should be reduced for this print technology.
version int Optimistic locking version.
Used in
MotivePrintTechnology (XML)
<motivePrintTechnology>
  <id>...</id>
  <active>...</active>
  <printTechnology>
    <id>...</id>
    <version>...</version>
    <name>...</name>
    <orderIndex>...</orderIndex>
    <active>...</active>
    <vectorEnabled>...</vectorEnabled>
    <bitmapEnabled>...</bitmapEnabled>
    <occupiedViewsCount>...</occupiedViewsCount>
    <summarySymbolsEnable>...</summarySymbolsEnable>
    <priceFormula>...</priceFormula>
    <type>...</type>
    <motivePriceFormula>...</motivePriceFormula>
    <barcodeNaming>...</barcodeNaming>
    <enabledCreatorFrontend>...</enabledCreatorFrontend>
    <enabledCreatorBackend>...</enabledCreatorBackend>
    <link href="..." hreflang="..." length="..." rel="..." title="..." type="..." xmlns="http://www.w3.org/2005/Atom"/>
  </printTechnology>
  <minWidth>...</minWidth>
  <minHeight>...</minHeight>
  <maxWidth>...</maxWidth>
  <maxHeight>...</maxHeight>
  <allowScale>...</allowScale>
  <keepProportions>...</keepProportions>
  <allowRotation>...</allowRotation>
  <only90DegreesRotation>...</only90DegreesRotation>
  <allowMirror>...</allowMirror>
  <allowColorChange>...</allowColorChange>
  <reduceColors>...</reduceColors>
  <version>...</version>
  <link href="..." hreflang="..." length="..." rel="..." title="..." type="..." xmlns="http://www.w3.org/2005/Atom"/>
</motivePrintTechnology>