Script: Fillet all edges

Fillet all edges picture
Type
Rete logo indicatorrete
Author
matas
Date Created
Feb 21, 2024, 2:57:29 PM
Last Edit Date
Feb 23, 2024, 11:33:04 AM

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": {
    "24d5eba8a6441cd3": {
      "id": "24d5eba8a6441cd3",
      "name": "bitbybit.occt.shapes.solid.createBox",
      "data": {
        "genericNodeData": {
          "hide": true,
          "oneOnOne": false,
          "flatten": 0
        },
        "width": 5,
        "length": 8,
        "height": 10
      },
      "inputs": {},
      "position": [
        -708.9265376490123,
        859.1667600728709
      ]
    },
    "fabbb1728807a7f9": {
      "id": "fabbb1728807a7f9",
      "name": "bitbybit.occt.fillets.filletEdges",
      "data": {
        "genericNodeData": {
          "hide": false,
          "oneOnOne": false,
          "flatten": 0
        },
        "radius": 1
      },
      "inputs": {
        "shape": {
          "connections": [
            {
              "node": "24d5eba8a6441cd3",
              "output": "result",
              "data": {}
            }
          ]
        }
      },
      "position": [
        -269.9433663221892,
        1146.51629885998
      ]
    }
  }
}