Arch DAE: Difference between revisions

From FreeCAD Documentation
(adding <translate>)
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
The [http://en.wikipedia.org/wiki/COLLADA Collada (DAE)] format is a standard file format for exchange of Mesh data. The [[Arch Module]] can import meshes from .dae files, and export Arch and other [[Part Module|Shape]]-based objects to the .dae format.
The [http://en.wikipedia.org/wiki/COLLADA Collada (DAE)] format is a standard file format for exchange of Mesh data. The [[Arch Module]] can import meshes from .dae files, and export Arch and other [[Part Module|Shape]]-based objects to the .dae format.


<!--T:2-->
Note that imported objects will be [[Mesh Module|Mesh]] objects, and will need to be turned into Shapes or Arch objects for optimal use. The [[Arch Module]] has several tools to help you in performing that operation.
Note that imported objects will be [[Mesh Module|Mesh]] objects, and will need to be turned into Shapes or Arch objects for optimal use. The [[Arch Module]] has several tools to help you in performing that operation.


<!--T:3-->
The Collada import functionality in the Arch module depends on [http://pycollada.github.com/ pycollada]. If it is not installed on your system, Collada import/export will be disabled.
The Collada import functionality in the Arch module depends on [http://pycollada.github.com/ pycollada]. If it is not installed on your system, Collada import/export will be disabled.


<!--T:4-->
[[Category: User Documentation]]
[[Category: User Documentation]]
</translate>
</translate>

Revision as of 14:13, 29 November 2013

The Collada (DAE) format is a standard file format for exchange of Mesh data. The Arch Module can import meshes from .dae files, and export Arch and other Shape-based objects to the .dae format.

Note that imported objects will be Mesh objects, and will need to be turned into Shapes or Arch objects for optimal use. The Arch Module has several tools to help you in performing that operation.

The Collada import functionality in the Arch module depends on pycollada. If it is not installed on your system, Collada import/export will be disabled.