Block

Representation of a single Product. Besides defining the 3D shape, the Block also defines how it can be combined with other Blocks through Connectors.

Examples

Below is a typical Block definition from a Package's index file.

{
      "id": "513cd38b-782a-4d3b-bbec-97538f8a050e",
      "name": "Chaise Longue CL01",
      "manRef": "CBFF-MCL0100",
      "thumbnail": "a36468b7-5af6-4293-8ade-c93c8a0f1d98",
      "categories": [
        "f4ec2b9e-78a2-4302-adcb-a025c1944574"
      ],
      "dimensions": {
        "x": 0.99,
        "y": 0.69,
        "z": 1.65
      },
      "dimensionsCenter": {
        "x": -0.165,
        "y": 0.345,
        "z": 0.165
      },
      "dimensionsImage": "7108f721-4d96-49e3-857b-2c119e4ebc24",
      "positionedMeshGroups": [
        {
          "id": "55afaf23-0dbe-4233-8e80-19f8ee39f573",
          "name": "legs left short side",
          "component": "7f35cb60-9f79-405d-846c-954441e16b84",
          "position": {
            "x": -0.58,
            "y": 0,
            "z": 0
          },
          "quaternion": {
            "_w": 1,
            "_x": 0,
            "_y": 0,
            "_z": 0
          }
        },
        {
          "id": "5396c746-c398-4e01-af2f-a1add9ae8b34",
          "name": "legs left",
          "component": "cbe9020b-9355-491b-88a6-be84d997d018",
          "position": {
            "x": -0.25,
            "y": 0,
            "z": 0
          },
          "quaternion": {
            "_w": 1,
            "_x": 0,
            "_y": 0,
            "_z": 0
          }
        },
        {
          "id": "d8b33c84-daec-4301-8603-f9f0e53fafbe",
          "name": "legs right",
          "component": "cbe9020b-9355-491b-88a6-be84d997d018",
          "position": {
            "x": 0.25,
            "y": 0,
            "z": 0
          },
          "quaternion": {
            "_w": 1,
            "_x": 0,
            "_y": 0,
            "_z": 0
          }
        }
      ],
      "positionedMeshes": [
        {
          "id": "cb1972e4-03b1-41ed-a081-1e68a317a634",
          "name": "sofa",
          "component": "bdf035f1-8ea5-448e-8d11-cfac4b0b4b3f",
          "position": {
            "x": 0,
            "y": 0.03,
            "z": 0
          },
          "quaternion": {
            "_w": 1,
            "_x": 0,
            "_y": 0,
            "_z": 0
          }
        }
      ],
      "connectors": [
        {
          "id": "798c6195-a4f2-4a7f-b568-dd079d4305a1",
          "name": "conRight",
          "position": {
            "x": 0.33,
            "y": 0.25,
            "z": 0
          },
          "quaternion": {
            "_w": 0.7071408,
            "_x": 0,
            "_y": 0.7070727,
            "_z": 0
          },
          "type": "2c5a24fb-03f2-413a-901b-9a3481592c20"
        },
        {
          "id": "245b9cdf-8efe-4d83-b5d7-246e2d04e575",
          "name": "conLeftFront",
          "position": {
            "x": 0,
            "y": 0.25,
            "z": 0.99
          },
          "quaternion": {
            "_w": 1,
            "_x": 0,
            "_y": 0,
            "_z": 0
          },
          "type": "af85b230-cb36-40fc-b7f9-116a34827f02"
        }
      ]
    }