Script: Chamfer specific edges

Chamfer specific edges picture
Type
Rete logo indicatorrete
Author
matas
Date Created
Feb 23, 2024, 2:40:09 PM
Last Edit Date
Feb 23, 2024, 2:57:40 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": {
    "b1ca16cad3950774": {
      "id": "b1ca16cad3950774",
      "name": "bitbybit.occt.shapes.solid.createBox",
      "data": {
        "genericNodeData": {
          "hide": true,
          "oneOnOne": false,
          "flatten": 0
        },
        "width": 5,
        "length": 8,
        "height": 10
      },
      "inputs": {},
      "position": [
        -795.1710483234046,
        705.3733875320954
      ]
    },
    "465a6cff04eeb4c7": {
      "id": "465a6cff04eeb4c7",
      "name": "bitbybit.occt.fillets.chamferEdges",
      "data": {
        "genericNodeData": {
          "hide": false,
          "oneOnOne": false,
          "flatten": 0
        },
        "distance": 1
      },
      "inputs": {
        "shape": {
          "connections": [
            {
              "node": "b1ca16cad3950774",
              "output": "result",
              "data": {}
            }
          ]
        },
        "distanceList": {
          "connections": [
            {
              "node": "64dbb6c45ed711be",
              "output": "result",
              "data": {}
            }
          ]
        },
        "indexes": {
          "connections": [
            {
              "node": "427b59e709128fbe",
              "output": "result",
              "data": {}
            }
          ]
        }
      },
      "position": [
        -298.7726704360432,
        945.4913875785387
      ]
    },
    "64dbb6c45ed711be": {
      "id": "64dbb6c45ed711be",
      "name": "bitbybit.json.parse",
      "data": {
        "genericNodeData": {
          "hide": false,
          "oneOnOne": false,
          "flatten": 0
        },
        "text": "[2,1.2, 0.3]"
      },
      "inputs": {},
      "position": [
        -798.1381188727944,
        1110.7937135142204
      ]
    },
    "427b59e709128fbe": {
      "id": "427b59e709128fbe",
      "name": "bitbybit.json.parse",
      "data": {
        "genericNodeData": {
          "hide": false,
          "oneOnOne": false,
          "flatten": 0
        },
        "text": "[1,2,3]"
      },
      "inputs": {},
      "position": [
        -776.2586852390561,
        1343.7013317149756
      ]
    }
  }
}