CadQuery topic
CadQuery is an intuitive, easy-to-use Python library for building parametric 3D CAD models. It has several goals:
- Build models with scripts that are as close as possible to how you’d describe the object to a human, using a standard, already established programming language.
- Create parametric models that can be very easily customized.
- Output high quality CAD formats like STEP and AMF in addition to traditional STL.
- Provide a non-proprietary, plain text model format that can be edited and executed with only a web browser.
CadQuery 2 is based on OCP, which is a set of Python bindings for the open source OpenCascade modelling kernel.
partcad
The first package manager for CAD models and a framework for managing assemblies.
cq-flake
CadQuery and CQ-editor flake, closely follows master
fx-cad-notes
Notes describing Fx Bricks CAD pipeline based on python and CadQuery https://github.com/CadQuery/cadquery
cadquery-vscode
Build parametric 2D/3D CAD models in VSCode with the CadQuery library.
blendquery
CadQuery and Build123d integration for Blender
stellarmesh
Meshing library for nuclear workflows
cq-gridfinity
A python library to build parameterized gridfinity compatible objects such a baseplates and boxes.
streamlit-wing-design
A Streamlit app for generating 3D model of the UAV wing console
cq-cam
CQ-CAM aims to become a free, parametric CAM solution for 3-axis CNC mills closely integrating with CadQuery.
ocp-freecad-cam
CAM for CadQuery and Build123d by leveraging FreeCAD