index | ||
» Deutsch » English | ||
polyfit.lsp for AutoCAD 14 and AutoCAD 2000 |
||
POLYFIT creates 2D polylines with straight line segments along equivalently divided length or perimeter of planar curves. Lines, circles, arcs, ellipses, 2D polylines, and 2D splines can be selected. Their thickness must be equal to zero. You may choose whether the curves are to be divided into a certain number of sections or into sections of a certain length (cf. AutoCAD "divide" and "measure" commands). |
||
Note that a curve gets divided into sections of equal length
but the generated polyline segments differ in length;
the sharper a curve section is bending, the more a generated
polyline segment is shortened. If a selected object is closed, POLYFIT will create a closed polyline. The polylines are created on the current layer with the current color and linetype assignments (independently of the original curves). The POLYFIT conversion function may assist or enable execution of various AutoCAD commands: - joining with other objects, creating closed objects by means of "pedit" - extruding - creating tabulated or ruled surfaces - marking boundaries of areas, especially for "xclip", "clipit", "extrim", "wipeout" Besides, compatibility is improved concerning export into other CAD systems (especially former AutoCAD versions). |
||
Use the AutoCAD "appload" command to load the "polyfit.lsp" file (in AutoCAD 2000 "polyfit.vlx" is a faster alternative). Type "polyfit" to run the program. If you want to create a toolbar button for POLYFIT you may use the "polyfit16.bmp" and "polyfit24.bmp" files as button faces. See the AutoCAD online help for further details. |
||
Contents: polyfit (14 files, 1 subdirectory) Images (6 files, no subdirectory) cssPrint.css cssScreen.css curve.png polyfit16.bmp polyfit16.png polyfit24.bmp Beschreibung.html Description.html History.txt License.txt polyfit.fas polyfit.lsp polyfit.prv polyfit.vlx |
||
The POLYFIT function was extracted from the TAILORS tools. See History.txt for a list of modifications of the original version (released in April 2000). See http://www.polyface.de/ for the TAILORS tools. "POLYFIT" is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License, as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along withthis program ("License.txt"); if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Author: Armin Antkowiak, Berlin info@polyface.de 03 October 2000 "AutoCAD" is a registered trademark of AutoDesk, Inc. |
||
» Deutsch » English | ||
index |