Arch DAE/fr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "Le format de fichier Collada [http://fr.wikipedia.org/wiki/Collaborative_Design_Activity (.DAE)], est un standard pour l'échange de données Mesh. Le [[Arch Module/fr|Module ...")
Line 1: Line 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.
Le format de fichier Collada [http://fr.wikipedia.org/wiki/Collaborative_Design_Activity (.DAE)], est un standard pour l'échange de données Mesh. Le [[Arch Module/fr|Module Arch]] peut importer des '''maillages''' à partir de fichiers [http://fr.wikipedia.org/wiki/Collaborative_Design_Activity .DAE], et, d'exporter Arch et d'autres formes d'objets basés sur le format '''.dae'''.


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.

Revision as of 17:08, 1 December 2013

Le format de fichier Collada (.DAE), est un standard pour l'échange de données Mesh. Le Module Arch peut importer des maillages à partir de fichiers .DAE, et, d'exporter Arch et d'autres formes d'objets basés sur le format .dae.

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.