FreeCAD-Doc/localwiki/Importing_From_Sketchup.html
2018-07-08 12:11:49 -05:00

39 lines
3.3 KiB
HTML

<html><head><title>Importing From Sketchup</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><link type='text/css' href='wiki.css' rel='stylesheet'></head><body><h1>Importing From Sketchup</h1></div>
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr"><div class="mw-parser-output"><div id="toc" class="toc"><div class="toctitle"><h2>Contents</h2></div>
<ul>
<li class="toclevel-1 tocsection-1"><a href="#Best_Method"><span class="tocnumber">1</span> <span class="toctext">Best Method</span></a></li>
<li class="toclevel-1 tocsection-2"><a href="#Importing_Collada_.28.2A.dae.29_files"><span class="tocnumber">2</span> <span class="toctext">Importing Collada (*.dae) files</span></a></li>
<li class="toclevel-1 tocsection-3"><a href="#Alternatives"><span class="tocnumber">3</span> <span class="toctext">Alternatives</span></a></li>
<li class="toclevel-1 tocsection-4"><a href="#Notes"><span class="tocnumber">4</span> <span class="toctext">Notes</span></a></li>
</ul>
</div>
<h2><span class="mw-headline" id="Best_Method">Best Method</span></h2>
<p>From experience, currently the best method to import a file from Sketchup is to use the Collada (*.dae) format. FreeCAD does not natively support the Collada format. To have this functionality in FreeCAD, the user needs to install a Python module for importing and exporting the format. It's a relatively easy task to perform and instructions can be found on the <a href="Extra_python_modules.html" title="Extra python modules">Extra python modules</a> page. The direct link to the instructions is - <a rel="nofollow" class="external text" href="http://www.freecadweb.org/wiki/index.php?title=Extra_python_modules#pyCollada">Extra python modules: pyCollada</a>.
</p>
<h2><span class="mw-headline" id="Importing_Collada_.28.2A.dae.29_files">Importing Collada (*.dae) files</span></h2>
<p>Providing the pyCollada module has been installed, you can open or import Collada files just like any other. Select the File menu and then pick either Open or Import. Select your Collada file and click Open. You can filter the file type by selecting the Files of type pull down in the Open or Import dialog and select Collada (*.dae) from the list.
</p>
<h2><span class="mw-headline" id="Alternatives">Alternatives</span></h2>
<p>Using a Sketchup STL export plugin, you may also chose to use that format that FreeCAD supports natively. There are a number of these plugins available for Sketchup and some work better than others. Some research my be requires of the user to determine which one will best serve their needs.
</p>
<h2><span class="mw-headline" id="Notes">Notes</span></h2>
<p>Both Collada (*.dae) and STL are mesh formats. To use these files within FreeCAD, which works primarily with solids, additional work to the objects imported using these formats will in most cases be required.
</p>
<div style="clear:both"></div>
</div>
</div>
</div><div class="printfooter">
Online version: "<a dir="ltr" href="https://www.freecadweb.org/wiki/index.php?title=Importing_From_Sketchup&amp;oldid=123339">http://www.freecadweb.org/wiki/index.php?title=Importing_From_Sketchup&amp;oldid=123339</a>"</div>
<div id="catlinks" class="catlinks" data-mw="interface"></div><div class="visualClear"></div>
</div>
</div>
<div id="mw-navigation">
<h2>Navigation menu</h2>
</body></html>