Script: Fillet all corners 2d wire

Fillet all corners 2d wire picture
Type
Rete logo indicatorrete
Author
matas
Date Created
Feb 22, 2024, 8:18:04 AM
Last Edit Date
Feb 22, 2024, 8:19: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": {
    "2978b0692166de48": {
      "id": "2978b0692166de48",
      "name": "bitbybit.occt.shapes.wire.createSquareWire",
      "data": {
        "genericNodeData": {
          "hide": true,
          "oneOnOne": false,
          "flatten": 0
        },
        "size": 1
      },
      "inputs": {},
      "position": [
        925.404487937843,
        903.6444151133886
      ]
    },
    "f4d42f035c26c026": {
      "id": "f4d42f035c26c026",
      "name": "bitbybit.occt.fillets.fillet2d",
      "data": {
        "genericNodeData": {
          "hide": false,
          "oneOnOne": false,
          "flatten": 0
        },
        "radius": 0.24
      },
      "inputs": {
        "shape": {
          "connections": [
            {
              "node": "2978b0692166de48",
              "output": "result",
              "data": {}
            }
          ]
        }
      },
      "position": [
        1249.5551047178622,
        873.9058590672774
      ]
    }
  }
}