Skip to content
Snippets Groups Projects
Commit aa829383 authored by Chris Cantwell's avatar Chris Cantwell
Browse files

Merge branch 'feature/cadsystem' into 'master'

Feature/cadsystem

This brings in three classes that act as a wrapper for opencascade to allow the loading and querying of cad information form STEP and IGES files. The CADSystem class loads and process the cad file before creating two maps of the classes CADCurve and CADSurf which contain the individual opencascade entities from the CAD file and querying functions.

Because opencascade is such a huge set of libraries with many active versions, all of which can be compiled in numerous different ways. Cmake has been set up to download known working precompiled versions of opencascade dependant on the operating system, it then unpacks the libraries and headers into TPDIST to ensure they are included in the install step.

See merge request !486
parents b7d6c4b7 955fced9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment