Importing From Sketchup: Difference between revisions

From FreeCAD Documentation
No edit summary
m (moved templates out of translation tags + added {{TOCright}} + Added 'snail trail' back to FreeCAD Howto Import Export + added Related section)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
{{Fake heading|sub=4|< Back to [[FreeCAD Howto Import Export]]}}
== Best Method == <!--T:1-->
== Best Method == <!--T:1-->

</translate>
{{TOCright}}
<translate>


<!--T:2-->
<!--T:2-->
Line 21: Line 26:
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.
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.


== Related ==
<!--T:9-->

[[Category:User Documentation]]
* [[FreeCAD Howto Import Export]]
* [[Import Export]]
* [[Import Export Preference]]


</translate>
</translate>
{{Userdocnavi{{#translation:}}}}
{{clear}}
[[Category:Common Questions{{#translation:}}]]
[[Category:Formats{{#translation:}}]]

Revision as of 16:59, 22 February 2020

Other languages:

Best Method

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 Extra python modules page. The direct link to the instructions is - Extra python modules: pyCollada.

Importing Collada (*.dae) files

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.

Alternatives

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.

Notes

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.

Related