Currently line-arc and spline-line intersections. Show's how to calculate 3d arc intersection by math.
https://github.com/grotius-cnc/Linux-Pro/releases/download/1.0.0/opencascade.deb
https://github.com/grotius-cnc/Linux-Pro/releases/download/1.0.0/qt-creator.deb
https://sourceforge.net/projects/linux-11-pro/
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.