Script: Parametric Cube

Parametric Cube picture
Type
Rete logo indicatorrete
Author
matas
Date Created
Jan 22, 2024, 2:22:35 PM
Last Edit Date
Jan 22, 2024, 3:05:19 PM

Project Information

This project contains demo scripts for Rete editor that are used as examples in the "Getting Started" section of the documentation.

View Full Project

Script Code

{
  "id": "rete-v2-json",
  "nodes": {
    "eea0f918d9367507": {
      "id": "eea0f918d9367507",
      "name": "bitbybit.occt.shapes.solid.createCube",
      "data": {
        "genericNodeData": {
          "hide": false,
          "oneOnOne": false,
          "flatten": 0
        },
        "size": 1
      },
      "inputs": {
        "size": {
          "connections": [
            {
              "node": "c6143e4a9a567124",
              "output": "result",
              "data": {}
            }
          ]
        }
      },
      "position": [
        -248.34218975770273,
        825.5007104111836
      ]
    },
    "c6143e4a9a567124": {
      "id": "c6143e4a9a567124",
      "name": "bitbybit.math.numberSlider",
      "data": {
        "options": {
          "min": 0.1,
          "max": 10,
          "step": 0.1,
          "width": 350
        },
        "number": 9.3
      },
      "inputs": {},
      "position": [
        -870.8538818359375,
        757.2155456542969
      ]
    }
  }
}