How to find the mathematic method used in opencascade function?

How to find the mathematic method used in opencascade function?
For example,Brep_Delan use Waterson alogrithm?
How can I find other fuction's alogrithm like GeomAPI_ProjectPointOnSurf and Geom_IntCS and Geom_IntSS?

Hennig's picture

Hallo SunHongLei,

i dont know where you can find a explaining document, but you can easily look up in the source code. I used https://github.com/tpaviot/oce/tree/master/src from the oce community to find out the algorithm for MakeWire.

But would be interesting where to find all the sources from Open Cascade itself.

greetings

Forum supervisor's picture

Dear Henning,
You can find and download the latest version of Open CasCade using the next link -
http://www.opencascade.org/getocc/download/
Regards

Hennig's picture

ah yeah.. thank you,

there it is under /ros/src....