Time complexity of tesselation

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
stefankorisnik3
Posts: 101
Joined: Sun Jul 24, 2022 12:49 pm

Time complexity of tesselation

Post by stefankorisnik3 »

How can i find the procedure tesselation or makeLoft in source code to determine what is time complexity
given in bit O notation?
User avatar
onekk
Veteran
Posts: 6208
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: Time complexity of tesselation

Post by onekk »

I think that this sort of question are not to be searched here.

I is most an OCCT question, sadly the information you are asking for it is buried in the OCCT source code.

Sadly OCCT forum is not as friendly as this forum.

Regards.

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
stefankorisnik3
Posts: 101
Joined: Sun Jul 24, 2022 12:49 pm

Re: Time complexity of tesselation

Post by stefankorisnik3 »

Thanks. Can you tell me what OCCT stands for?
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Time complexity of tesselation

Post by Kunda1 »

stefankorisnik3 wrote: Mon Sep 26, 2022 12:02 pm Thanks. Can you tell me what OCCT stands for?
OpenCASCADE
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
onekk
Veteran
Posts: 6208
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: Time complexity of tesselation

Post by onekk »

stefankorisnik3 wrote: Mon Sep 26, 2022 12:02 pm Thanks. Can you tell me what OCCT stands for?
OCCT is OpenCascade, in other words the libraries that do the calculations and the operation on solids.

Thus a very bad explanation, but to make it easy to explain.

Most of the work is done by OCCT behind the scenes and most of OCCT is exposed in "Part WB" with almost same names found in OCCT documentation.

As above is a very rough explanation.

Regards

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
Post Reply