Wingtip Villa Example in Rete

Wingtip Villa Example in Rete script details
Author
matas
Type
Rete logo image
rete
App Version
0.13.0
Visibility
public
Date Created
May 24, 2023, 6:49:15 AM
Last Edit Date
Dec 5, 2023, 4:34:50 PM

Script Details

The 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" } } }