opencascade

3D modeling kernel for CAD/CAM/CAE applications and simulations

brewmacoslinux
Try with needOr install directly
Source

About

3D modeling and numerical simulation software for CAD/CAM/CAE

Commands

DRAWEXEinspectdump

Examples

Launch the interactive DRAW test harness for CAD modeling$ DRAWEXE
Inspect and dump OCCT shape data from a file$ inspectdump myshape.brep
Use OpenCASCADE as a library in C++ for 3D geometry operations$ g++ -o myapp myapp.cpp $(pkg-config --cflags --libs opencascade)