1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module reprap.shapeplotter</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="reprap.html"><font color="#ffffff">reprap</font></a>.shapeplotter</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/usr/lib/python2.5/site-packages/reprap/shapeplotter.py">/usr/lib/python2.5/site-packages/reprap/shapeplotter.py</a></font></td></tr></table>
<p><tt>This module plots many shapes a polygon objects containing a series of lines<br>
The Polygon object can be found in reprap.toolpath</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom> <br>
<font color="#fffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="math.html">math</a><br>
</td><td width="25%" valign=top><a href="os.html">os</a><br>
</td><td width="25%" valign=top><a href="reprap.toolpath.html">reprap.toolpath</a><br>
</td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#eeaa77">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td>
<td width="100%"><dl><dt><a name="-arc"><strong>arc</strong></a>(x, y, radius, startAngle, endAngle, resolution)</dt><dd><tt>Returns polygon an arc with x, y, radius, start angle (radians), end engle (radians) and resolution (lines per mm) a Polygon object</tt></dd></dl>
<dl><dt><a name="-circle"><strong>circle</strong></a>(x, y, radius, resolution, fillDensity<font color="#909090">=False</font>)</dt><dd><tt>Returns polygon for a filled circle with x, y, radius, resolution (lines per mm) and fill density (lines per mm) as a Polygon object</tt></dd></dl>
<dl><dt><a name="-circleStroke"><strong>circleStroke</strong></a>(x1, y1, x2, y2, radius, resolution, fillDensity<font color="#909090">=False</font>)</dt><dd><tt>Returns polygon for a photoplotter moving stroke using a circular aperture with x, y, radius, resolution (lines per mm) and fill density (lines per mm) as a Polygon object</tt></dd></dl>
<dl><dt><a name="-ellipse"><strong>ellipse</strong></a>(x, y, a, b, resolution, fillDensity<font color="#909090">=False</font>)</dt><dd><tt>Returns polygon for a filled ellipse with x, y, a, b, resolution (lines per mm) and fill density (lines per mm) as a Polygon object</tt></dd></dl>
<dl><dt><a name="-line"><strong>line</strong></a>(line)</dt><dd><tt>Returns polygon for line (x1, y2, x2, y2) as a Polygon object</tt></dd></dl>
<dl><dt><a name="-point"><strong>point</strong></a>(point)</dt><dd><tt>Returns polygon for point (x, y) as a Polygon Object</tt></dd></dl>
<dl><dt><a name="-raster"><strong>raster</strong></a>(fileName, originalWidth, originalHeight, svg<font color="#909090">=False</font>)</dt><dd><tt>Returns polygon for a vectorised raster as a Polygon object.<br>
Uses external potrace program to convert raster file into polygon(s)</tt></dd></dl>
<dl><dt><a name="-rectangle"><strong>rectangle</strong></a>(x, y, width, height, fillDensity<font color="#909090">=False</font>)</dt><dd><tt>Returns polygon for line x, y, width, height and fill density (lines per mm) as a Polygon object</tt></dd></dl>
</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
<td width="100%"><strong>FILL_LINES</strong> = 2<br>
<strong>FILL_LOCUS</strong> = 1<br>
<strong>__author__</strong> = 'Stefan Blanke (greenarrow) (greenarrow@users.sourceforge.net)'<br>
<strong>__credits__</strong> = 'Author of potrace'<br>
<strong>__licence__</strong> = '<font color="#c040c0">\n</font>pyRepRap is free software: you can redistribute...ap. If not, see <http://www.gnu.org/licenses/>.<font color="#c040c0">\n</font>'<br>
<strong>__license__</strong> = 'GPL 3.0'<br>
<strong>debug</strong> = False</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#7799ee">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr>
<tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td>
<td width="100%">Stefan Blanke (greenarrow) (greenarrow@users.sourceforge.net)</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#7799ee">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Credits</strong></big></font></td></tr>
<tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td>
<td width="100%">Author of potrace</td></tr></table>
</body></html>
|