Arch DAE/pt-br: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav |IFC |OBJ |Arch Module }}")
(Created blank page)
Line 8: Line 8:
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.



Note that imported objects will be [[Mesh Module|Mesh]] objects, and will need to be turned into [[Shape|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 [http://pycollada.github.io/ 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.io/ pycollada]. If it is not installed on your system, Collada import/export will be disabled.

Revision as of 15:19, 23 August 2021

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.


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.

Links