Introduction To Rete Editor
bitbybit.dev logo

Introduction To Rete Editor

In this course we will teach you how to create parametric scripts by using our user friendly Rete editor. You will connect blocks of code with wires and script 3D models with ease.

Beginner
Free
Rete

Query And Parse JSON

JSON is one of the most popular file formats out there. This tutorial will teach you how to query and parse JSON data structures in Rete editor efficiently.

You will start by parsing a simple JSON structure and create some 3D objects from it, then we will use JSONPATH library to write more complex queries and re-create a scene with some 3D cylinders and labels.

< PreviousNext >

Course Lectures

Navigate freely between lectures by clicking on them. Approximate time required: 111 minutes.

Lecture Thumbnail

Smart 3D Models

15 min

In this lecture you will learn how to find and use components that represent 3D models. You will also see how you can parse the data of these models and use it in relation with other 3D entities in the scene.

Lecture Thumbnail

3D Print STL

7 min

In this short free tutorial we will model few 3D boxes based on OCCT n-gon wire algorithm. You do not need an account to use the application, just open the browser and start coding along.

Lecture Thumbnail

One-To-One Mapping

5 min

In this video tutorial you will learn how one to one mapping works in the context of Rete editor components.

Lecture Thumbnail

Many-To-Many Mapping

10 min

In this video tutorial you will learn how many to many mapping works in the context of Rete editor components.

Lecture Thumbnail

OpenCascade OCCT

45 min

In this video tutorial Matas Ubarevicius shows you how to model conceptual models by using OpenCascade OCCT kernel and other Rete editor features.

Lecture Thumbnail

Query And Parse JSON

15 min

JSON is one of the most popular file formats out there. This tutorial will teach you how to query and parse JSON data structures in Rete editor efficiently.

Lecture Thumbnail

Create JSON

7 min

JSON is one of the most popular file formats out there. This tutorial will teach you how to create, edit and data to JSON data structures in Rete editor.

Lecture Thumbnail

Filter Lists

7 min

Learn how to efficiently filter items using Rete editor components in this short video tutorial by Matas Ubarevicius. Matas will walk you through four key components that enable you to select items by index, extract sublists, filter every n-th item, or apply a repeatable boolean pattern.