[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.
Draw Polynomial Functions
Tip# 4416 By Kent Cooper On 26-Jan-2015
0
Rated By 0 users Downloaded : 1573
Categories : LISP Code Modules
Software type : AutoCAD 2015
Rename File To : PolynomialFunction.lsp
Draw polynomial functions on the current layer, in the current coordinate system.

This tip from frequent contributor Kent Cooper is used to draw polynomial functions on the current layer in AutoCAD. The routine will draw the curve defined by a polynomial function in the form y = a sum of coefficients on x raised to a descending series of any number of integer powers, and a constant. For a complete description of the functionality, download this tip and read Kent's well-written header in the LISP file. As with all of Kent's routines, the LISP file itself is well documented throughout.

 

Average Rating:
0


User comments