AssignedProductViewExpanded Data Type

ProductAssignedViewPrime with embedded print areas, print technologies, and snap points. Use this representation to get the full view configuration for a product side.

Available Since
1.3.0
Properties
Name Type Description
productView ProductViewExpanded Assigned product view.
areas array of ProductAreaExpanded A list of Product Area (Designable area).
Inherited from AssignedProductView
NameTypeDescription
id number Unique numeric identifier for the AssignedProductView.
orderIndex number Data sorting.
productView ProductView Assigned product view.
defaultView boolean Whether this view is the default product view.
visibleInCreator boolean Whether this view is shown in the design creator interface.
prioritizeOnOverview boolean Whether this view is shown first on product overview and listing pages.
type ProductViewType The type of assigned view. Possible Values are TECHNICAL, HUMAN.
AssignedProductViewExpanded (JSON)
{
  "assignedProductViewExpanded" : {
    "productView" : {
      "localizations" : {
        "productViewLocalized" : [ {
          "id" : 12345,
          "language" : { },
          "name" : "Vorne"
        }, {
          "id" : 12345,
          "language" : { },
          "name" : "Vorne"
        } ]
      },
      "id" : 12345,
      "name" : "Front view",
      "position" : "Front"
    },
    "areas" : {
      "productAreaExpanded" : [ {
        "realSizes" : {
          "areaRealSize" : [ {
            "id" : 12345,
            "width" : 310.0,
            "height" : 529.0,
            "assignedSize" : { }
          }, {
            "id" : 12345,
            "width" : 310.0,
            "height" : 529.0,
            "assignedSize" : { }
          } ]
        },
        "id" : 12345,
        "boundsXTwips" : 3390,
        "boundsYTwips" : 3990,
        "boundsWidthTwips" : 3500,
        "boundsHeightTwips" : 5980,
        "name" : "Front",
        "default" : true,
        "xHotSpotTwips" : 12345,
        "yHotSpotTwips" : 12345,
        "sizeHotSpotTwips" : 12345,
        "enabled" : true
      }, {
        "realSizes" : {
          "areaRealSize" : [ {
            "id" : 12345,
            "width" : 310.0,
            "height" : 529.0,
            "assignedSize" : { }
          }, {
            "id" : 12345,
            "width" : 310.0,
            "height" : 529.0,
            "assignedSize" : { }
          } ]
        },
        "id" : 12345,
        "boundsXTwips" : 3390,
        "boundsYTwips" : 3990,
        "boundsWidthTwips" : 3500,
        "boundsHeightTwips" : 5980,
        "name" : "Front",
        "default" : true,
        "xHotSpotTwips" : 12345,
        "yHotSpotTwips" : 12345,
        "sizeHotSpotTwips" : 12345,
        "enabled" : true
      } ]
    },
    "id" : 12345,
    "orderIndex" : 1,
    "defaultView" : true,
    "visibleInCreator" : true,
    "prioritizeOnOverview" : true,
    "type" : "HUMAN"
  }
}
AssignedProductViewExpanded Data Type

ProductAssignedViewPrime with embedded print areas, print technologies, and snap points. Use this representation to get the full view configuration for a product side.

Available Since
1.3.0
Properties
Name Type Description
productAreaExpanded list of ProductAreaExpanded A list of Product Area (Designable area).
productView ProductViewExpanded Assigned product view.
Inherited from AssignedProductView
NameTypeDescription
defaultView boolean Whether this view is the default product view.
id int Unique numeric identifier for the AssignedProductView.
orderIndex int Data sorting.
prioritizeOnOverview boolean Whether this view is shown first on product overview and listing pages.
productView ProductView Assigned product view.
type ProductViewType The type of assigned view. Possible Values are TECHNICAL, HUMAN.
visibleInCreator boolean Whether this view is shown in the design creator interface.
AssignedProductViewExpanded (XML)
<assignedProductViewExpanded>
  <productView>
    <localizations>
      <productViewLocalized>
        <id>...</id>
        <language/>
        <name>Vorne</name>
      </productViewLocalized>
    </localizations>
    <id>...</id>
    <name>Front view</name>
    <position>Front</position>
  </productView>
  <areas>
    <productAreaExpanded>
      <realSizes>
        <areaRealSize>
          <id>...</id>
          <width>310</width>
          <height>529</height>
          <assignedSize/>
        </areaRealSize>
      </realSizes>
      <id>...</id>
      <boundsXTwips>3390</boundsXTwips>
      <boundsYTwips>3990</boundsYTwips>
      <boundsWidthTwips>3500</boundsWidthTwips>
      <boundsHeightTwips>5980</boundsHeightTwips>
      <name>Front</name>
      <default>...</default>
      <xHotSpotTwips>...</xHotSpotTwips>
      <yHotSpotTwips>...</yHotSpotTwips>
      <sizeHotSpotTwips>...</sizeHotSpotTwips>
      <enabled>...</enabled>
    </productAreaExpanded>
  </areas>
  <id>...</id>
  <orderIndex>1</orderIndex>
  <productView>
    <id>...</id>
    <name>Front view</name>
    <position>Front</position>
  </productView>
  <defaultView>...</defaultView>
  <visibleInCreator>...</visibleInCreator>
  <prioritizeOnOverview>...</prioritizeOnOverview>
  <type>...</type>
</assignedProductViewExpanded>