Script: Chamfer all edges

Chamfer all edges picture
Type
Rete logo indicatorrete
Author
matas
Date Created
Feb 23, 2024, 11:33:05 AM
Last Edit Date
Feb 23, 2024, 11:34:23 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": [
        -275.18114701728985,
        930.0233810957773
      ]
    },
    "30cbe001c6a96c1b": {
      "id": "30cbe001c6a96c1b",
      "name": "bitbybit.occt.fillets.chamferEdges",
      "data": {
        "genericNodeData": {
          "hide": false,
          "oneOnOne": false,
          "flatten": 0
        },
        "distance": 1
      },
      "inputs": {
        "shape": {
          "connections": [
            {
              "node": "24d5eba8a6441cd3",
              "output": "result",
              "data": {}
            }
          ]
        }
      },
      "position": [
        101.62864868004735,
        1041.6689165847145
      ]
    }
  }
}