3d_intersections

Currently line-arc and spline-line intersections. Show's how to calculate 3d arc intersection by math.

screen

Opencascade linux library installer, including image support :

https://github.com/grotius-cnc/Linux-Pro/releases/download/1.0.0/opencascade.deb

Qt dedigner installer :

https://github.com/grotius-cnc/Linux-Pro/releases/download/1.0.0/qt-creator.deb

Build runtested on linux-pro :

https://sourceforge.net/projects/linux-11-pro/

Download Linux Debian 11 Bullseye Rtos

Create a repository in GitHub

Open Git Bash

Select the repository directory (cd <path to folder>)

Run the following commands.

git init
git remote add origin <repository clone link>
git add .
git commit -m "commit"
git push origin master

Reload your GitHub repository page …

Now your project will upload successfully.