2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3 <html><head><title>Python: module fabmetheus_utilities.fabmetheus_tools.interpret_plugins.xml_plugins.fabmetheus</title>
4 </head><body bgcolor="#f0f0f8">
6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
8 <td valign=bottom> <br>
9 <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="fabmetheus_utilities.html"><font color="#ffffff">fabmetheus_utilities</font></a>.<a href="fabmetheus_utilities.fabmetheus_tools.html"><font color="#ffffff">fabmetheus_tools</font></a>.<a href="fabmetheus_utilities.fabmetheus_tools.interpret_plugins.html"><font color="#ffffff">interpret_plugins</font></a>.<a href="fabmetheus_utilities.fabmetheus_tools.interpret_plugins.xml_plugins.html"><font color="#ffffff">xml_plugins</font></a>.fabmetheus</strong></big></big> ($Date: 2008/21/04 $)</font></td
10 ><td align=right valign=bottom
11 ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/fabmetheus_tools/interpret_plugins/xml_plugins/fabmetheus.py">/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/fabmetheus_tools/interpret_plugins/xml_plugins/fabmetheus.py</a></font></td></tr></table>
13 <a href="fabmetheus_utilities.fabmetheus_tools.interpret_plugins.xml_plugins.artofillusion.html">Previous</a> / <a href="fabmetheus_utilities.geometry.html">Next</a> / <a href="contents.html">Contents</a>
16 The xml.py script is an import translator plugin to get a carving from an Art of Illusion xml file.<br>
18 An import plugin is a script in the interpret_plugins folder which has the function getCarving. It is meant to be run from the interpret tool. To ensure that the plugin works on platforms which do not handle file capitalization properly, give the plugin a lower case name.<br>
20 The getCarving function takes the file name of an xml file and returns the carving.<br>
22 An xml file can be exported from Art of Illusion by going to the "File" menu, then going into the "Export" menu item, then picking the XML choice. This will bring up the XML file chooser window, choose a place to save the file then click "OK". Leave the "compressFile" checkbox unchecked. All the objects from the scene will be exported, this plugin will ignore the light and camera. If you want to fabricate more than one object at a time, you can have multiple objects in the Art of Illusion scene and they will all be carved, then fabricated together.</tt>
26 <a href="fabmetheus_utilities.fabmetheus_tools.interpret_plugins.xml_plugins.artofillusion.html">Previous</a> / <a href="fabmetheus_utilities.geometry.html">Next</a> / <a href="contents.html">Contents</a>
31 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
32 <tr bgcolor="#aa55cc">
33 <td colspan=3 valign=bottom> <br>
34 <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
36 <tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
37 <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="__init__.html">__init__</a><br>
38 <a href="fabmetheus_utilities.archive.html">fabmetheus_utilities.archive</a><br>
39 <a href="fabmetheus_utilities.geometry.geometry_utilities.boolean_geometry.html">fabmetheus_utilities.geometry.geometry_utilities.boolean_geometry</a><br>
40 </td><td width="25%" valign=top><a href="fabmetheus_utilities.geometry.geometry_utilities.evaluate.html">fabmetheus_utilities.geometry.geometry_utilities.evaluate</a><br>
41 <a href="fabmetheus_utilities.gcodec.html">fabmetheus_utilities.gcodec</a><br>
42 <a href="fabmetheus_utilities.geometry.solids.group.html">fabmetheus_utilities.geometry.solids.group</a><br>
43 </td><td width="25%" valign=top><a href="os.html">os</a><br>
44 <a href="fabmetheus_utilities.settings.html">fabmetheus_utilities.settings</a><br>
45 <a href="sys.html">sys</a><br>
46 </td><td width="25%" valign=top><a href="traceback.html">traceback</a><br>
47 <a href="fabmetheus_utilities.fabmetheus_tools.interpret_plugins.xml.html">fabmetheus_utilities.fabmetheus_tools.interpret_plugins.xml</a><br>
48 <a href="fabmetheus_utilities.xml_simple_reader.html">fabmetheus_utilities.xml_simple_reader</a><br>
49 </td></tr></table></td></tr></table><p>
50 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
51 <tr bgcolor="#ee77aa">
52 <td colspan=3 valign=bottom> <br>
53 <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
55 <tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td>
57 <dt><font face="helvetica, arial"><a href="fabmetheus_utilities.fabmetheus_tools.interpret_plugins.xml_plugins.fabmetheus.html#XMLBooleanGeometryProcessor">XMLBooleanGeometryProcessor</a>
60 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
61 <tr bgcolor="#ffc8d8">
62 <td colspan=3 valign=bottom> <br>
63 <font color="#000000" face="helvetica, arial"><a name="XMLBooleanGeometryProcessor">class <strong>XMLBooleanGeometryProcessor</strong></a></font></td></tr>
65 <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
66 <td colspan=2><tt>A class to process xml boolean geometry elements.<br> </tt></td></tr>
68 <td width="100%">Methods defined here:<br>
69 <dl><dt><a name="XMLBooleanGeometryProcessor-__init__"><strong>__init__</strong></a>(self)</dt><dd><tt>Initialize processor.</tt></dd></dl>
71 <dl><dt><a name="XMLBooleanGeometryProcessor-__repr__"><strong>__repr__</strong></a>(self)</dt><dd><tt>Get the string representation of this <a href="#XMLBooleanGeometryProcessor">XMLBooleanGeometryProcessor</a>.</tt></dd></dl>
73 <dl><dt><a name="XMLBooleanGeometryProcessor-convertElementNode"><strong>convertElementNode</strong></a>(self, elementNode, geometryOutput)</dt><dd><tt>Convert the xml element.</tt></dd></dl>
75 <dl><dt><a name="XMLBooleanGeometryProcessor-createChildNodes"><strong>createChildNodes</strong></a>(self, geometryOutput, parentNode)</dt><dd><tt>Create childNodes for the parentNode.</tt></dd></dl>
77 <dl><dt><a name="XMLBooleanGeometryProcessor-processChildNodes"><strong>processChildNodes</strong></a>(self, elementNode)</dt><dd><tt>Process the childNodes of the xml element.</tt></dd></dl>
79 <dl><dt><a name="XMLBooleanGeometryProcessor-processElementNode"><strong>processElementNode</strong></a>(self, elementNode)</dt><dd><tt>Process the xml element.</tt></dd></dl>
81 </td></tr></table></td></tr></table><p>
82 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
83 <tr bgcolor="#eeaa77">
84 <td colspan=3 valign=bottom> <br>
85 <font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
87 <tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td>
88 <td width="100%"><dl><dt><a name="-getCarvingFromParser"><strong>getCarvingFromParser</strong></a>(xmlParser)</dt><dd><tt>Get the carving for the parser.</tt></dd></dl>
89 <dl><dt><a name="-processElementNode"><strong>processElementNode</strong></a>(elementNode)</dt><dd><tt>Process the xml element.</tt></dd></dl>
91 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
92 <tr bgcolor="#55aa55">
93 <td colspan=3 valign=bottom> <br>
94 <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
96 <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
97 <td width="100%"><strong>__author__</strong> = 'Enrique Perez (perez_enrique@yahoo.com)'<br>
98 <strong>__credits__</strong> = 'Nophead <http://hydraraptor.blogspot.com/><font color="#c040c0">\n</font>Art of Illusion <http://www.artofillusion.org/>'<br>
99 <strong>__date__</strong> = '$Date: 2008/21/04 $'<br>
100 <strong>__license__</strong> = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'<br>
101 <strong>absolute_import</strong> = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)</td></tr></table><p>
102 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
103 <tr bgcolor="#7799ee">
104 <td colspan=3 valign=bottom> <br>
105 <font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr>
107 <tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td>
108 <td width="100%">Enrique Perez (perez_enrique@yahoo.com)</td></tr></table><p>
109 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
110 <tr bgcolor="#7799ee">
111 <td colspan=3 valign=bottom> <br>
112 <font color="#ffffff" face="helvetica, arial"><big><strong>Credits</strong></big></font></td></tr>
114 <tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td>
115 <td width="100%">Nophead <<a href="http://hydraraptor.blogspot.com/">http://hydraraptor.blogspot.com/</a>><br>
116 Art of Illusion <<a href="http://www.artofillusion.org/">http://www.artofillusion.org/</a>></td></tr></table>