Script: Wingtip Villa Example in Rete

Wingtip Villa Example in Rete picture
Type
Rete logo indicatorrete
Author
matas
Date Created
May 24, 2023, 9:49:15 AM
Last Edit Date
Dec 5, 2023, 6:34:50 PM

Project Information

In this category we show how "Things" can be used in various coding environments of our platform. You're just a few blocks away from the complete and complex 3D model. Be it TypeScript, Blockly or Rete - they all support it. Also you can choose to use "3D Models" category from our platform to just use our intuitive configurators for these models.

View Full Project

Script Code

{
  "id": "bitbybit-dev@0.0.1",
  "nodes": {
    "1": {
      "id": 1,
      "data": {
        "interiorWidth": 3,
        "interiorLength": 3,
        "interiorHeight": 5,
        "thickness": 0.5,
        "holeDiameter": 1.5,
        "holeDistToBottom": 2.5,
        "stickLength": 1.2,
        "stickDiameter": 0.5,
        "baseAttachmentHeight": 2,
        "roofOverhang": 1,
        "rotation": 0,
        "chimneyHeight": 1
      },
      "inputs": {
        "interiorWidth": {
          "connections": []
        },
        "interiorLength": {
          "connections": []
        },
        "interiorHeight": {
          "connections": []
        },
        "thickness": {
          "connections": []
        },
        "holeDiameter": {
          "connections": []
        },
        "holeDistToBottom": {
          "connections": []
        },
        "stickLength": {
          "connections": []
        },
        "stickDiameter": {
          "connections": []
        },
        "baseAttachmentHeight": {
          "connections": []
        },
        "roofOverhang": {
          "connections": []
        },
        "rotation": {
          "connections": []
        },
        "chimneyHeight": {
          "connections": []
        },
        "origin": {
          "connections": []
        }
      },
      "outputs": {
        "result": {
          "connections": []
        }
      },
      "position": [
        -30,
        -30
      ],
      "name": "bitbybit.things.kidsCorner.birdhouses.wingtipVilla.create"
    }
  }
}