CadQuery / cadquery

A python parametric CAD scripting framework based on OCCT
https://cadquery.readthedocs.io
Other
3.23k stars 294 forks source link

Drawing a gear through REST API and get a response as STEP #1517

Open leiferksn opened 9 months ago

leiferksn commented 9 months ago

Hi,

we would like to have a construct named cylindrical gear with the following input parameters (which are given):

  1. 2D Tooth contour
  2. Sweep angle (rad/mm)
  3. Helix axis
  4. Gear width (mm)
  5. Number of teeth
  6. Root diameter

The tooth contour is a closed contour consisting of circular arcs, lines, b-splines, cubic bezier curves (+ control points).

When executing the script the following functions should be executed:

We would like to call this through a REST API and the response to be a STEP file.