Example Page
A short lead description about this content page. It can be bold or italic and can be split over multiple paragraphs.
This is a placeholder page that shows you how to use this template site.
Information in this section helps your user try your project themselves.
What do your users need to do to start using your project? This could include downloading/installation instructions, including any prerequisites or system requirements.
Introductory “Hello World” example, if appropriate. More complex tutorials should live in the Tutorials section.
Consider using the headings below for your getting started page. You can delete any that are not applicable to your project.
The prerequisites are:
$ yay -S opencascade
. Check in your own distribution.It can be installed using nimble:
$ nimble install https://github.com/mantielero/occt.nim
Once installed, you can run your first example. For example, in order to create a point, you could create the text file ex00.nim
:
include occt
let aPnt1 = newPnt( 20, 30, 40)
echo aPnt1
This code can be compiled and run with:
$ nim cpp ex00
A short lead description about this content page. It can be bold or italic and can be split over multiple paragraphs.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.