Cycloid and Involute curves for gears construction

Please use this forum to post feedback and suggestions related to QCAD.

Moderator: andrew

Post Reply
johan162
Junior Member
Posts: 17
Joined: Sun Jul 08, 2018 10:16 pm

Cycloid and Involute curves for gears construction

Post by johan162 » Mon Sep 10, 2018 9:20 pm

One type of curves which cannot easily be generated from the existing primitives in QCad is Cycloid curves (e.g isochronous curves) and the related Involute curves (used for, among other things, constructing gears). I know I could start learning script or import a coordinates from a spreadsheet but I think it would make a compelling case to include this as a primitive(s).

User avatar
andrew
Site Admin
Posts: 9037
Joined: Fri Mar 30, 2007 6:07 am

Re: Cycloid and Involute curves for gears construction

Post by andrew » Mon Sep 10, 2018 10:03 pm

QCAD uses the DXF/DWG file format for storing drawings. Unfortunately, this means that entity types (primitives) that are not supported in that file format such as these types of curves are not really an option. Perhaps, spline entities could be used to represent such curves.

Matfie
Active Member
Posts: 37
Joined: Tue Aug 30, 2016 8:46 am

Re: Cycloid and Involute curves for gears construction

Post by Matfie » Mon Sep 17, 2018 8:04 pm

There is a paper, here http://web.mit.edu/harishm/www/papers/involuteEWC.pdf which describes the use of splines for approximating an involute curve in CAD systems. I think the approximation would be pretty close for the range of curve that is used in a gear for example, not sure about an extended length curve. The gear wheel generator script I wrote, in the part library, does not use that but just calculates points on a polyline (I've intended to work on it, but..)

Post Reply

Return to “QCAD Suggestions and Feedback”