[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
ALSPSOL0108: Epitrochoidal Spline Curve
Tip# ALSPSOL0108 By Tony Hotchkiss On 01-Jan-2008
5
Rated By 1 users Downloaded : 811
Categories : Curved Objects
Software type : AutoCAD
Rename File To : Tip ALSPSOL0108: SPLINECURVE.LSP and SPLINECURVE.DCL
Use SPLINECURVE.LSP and SPLINECURVE.DCL to draw a spline of an epitrochoid in AutoCAD to simplify the process of developing machined parts.

Don Barnett of Arizona e-mailed a request to draw a spline of an epitrochoid so he can develop a machined part from it. Barnett provided the mathematical representation of the curve in AutoLISP form. The parametric equations for an epitrochoid are shown in the figure below.
An epitrochoid is a roulette traced by a point attached to a circle of radius r rolling around the outside of a fixed circle of radius R, where the point is a distance d from the center of the exterior circle.

The parametric equations for an epitrochoid are

The AutoLISP Solution uses SPLINECURVE.LSP and SPLINECURVE.DCL. The routine automatically draws an epitrochoidal spline using input from a user for the base circle radius, rolling circle radius, eccentricity, and resolution.


 

 

Average Rating:
5


User comments