Minimum and maximum printable dimensions for a given print technology on a product area.
| Name | Type | Description | |
|---|---|---|---|
minWidth
|
number
|
The minimal printable object width [milimeters]. | |
minHeight
|
number
|
The minimal printable object height [milimeters]. | |
maxWidth
|
number
|
The maximal printable object width [milimeters]. | |
maxHeight
|
number
|
The minimal printable object height [milimeters]. | |
printTechnology
|
CreatorSE.PrintTechnology | Details of applicable Print Technology. | |
productArea
|
CreatorSE.ProductArea | Details of target Product Area. | |
assignedSize
|
CreatorSE.ProductAssignedSize | Details of target ProductAssignedSize. |
{
"creatorse_printStyleLimit" : {
"minWidth" : 0.0,
"minHeight" : 0.0,
"maxWidth" : 400.0,
"maxHeight" : 600.0,
"printTechnology" : {
"id" : 12345,
"name" : "DTG"
},
"productArea" : {
"id" : 12345,
"name" : "...",
"assignedView" : {
"id" : 12345,
"view" : { }
},
"realSize" : {
"width" : 12345.0,
"height" : 12345.0
}
},
"assignedSize" : {
"id" : 12345,
"size" : {
"id" : 12345,
"name" : "XL"
}
}
}
}
Minimum and maximum printable dimensions for a given print technology on a product area.
| Name | Type | Description | |
|---|---|---|---|
assignedSize
|
CreatorSE.ProductAssignedSize | Details of target ProductAssignedSize. | |
maxHeight
|
double
|
The minimal printable object height [milimeters]. | |
maxWidth
|
double
|
The maximal printable object width [milimeters]. | |
minHeight
|
double
|
The minimal printable object height [milimeters]. | |
minWidth
|
double
|
The minimal printable object width [milimeters]. | |
printTechnology
|
CreatorSE.PrintTechnology | Details of applicable Print Technology. | |
productArea
|
CreatorSE.ProductArea | Details of target Product Area. |
<creatorse_printStyleLimit>
<minWidth>0</minWidth>
<minHeight>0</minHeight>
<maxWidth>400</maxWidth>
<maxHeight>600</maxHeight>
<printTechnology>
<id>...</id>
<name>DTG</name>
</printTechnology>
<productArea>
<id>...</id>
<name>...</name>
<assignedView>
<id>...</id>
<view/>
</assignedView>
<realSize>
<width>...</width>
<height>...</height>
</realSize>
</productArea>
<assignedSize>
<id>...</id>
<size>
<id>...</id>
<name>XL</name>
</size>
</assignedSize>
</creatorse_printStyleLimit>