Arch DAE: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:8-->
<!--T:8-->
{{Docnav
{{Docnav
|[[Arch_IFC|IFC]]
|[[Arch_IFC|IFC]]
|[[Arch_OBJ|OBJ]]
|[[Arch_OBJ|OBJ]]
|[[Arch_Module|Arch Module]]
|[[Arch_Workbench|Arch]]
|IconL=
|IconR=
|IconC=Workbench_Arch.svg
}}
}}

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

== Description == <!--T:11-->


<!--T:1-->
<!--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 [https://en.wikipedia.org/wiki/COLLADA Collada (DAE)] format is a standard file format for exchange of Mesh data. The [[Arch_Workbench|Arch Workbench]] can import meshes from .dae files, and export Arch and other [[Part_Workbench|Shape]]-based objects to the .dae format.


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


<!--T:3-->
<!--T:3-->
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 workbench depends on [http://pycollada.github.io/ pycollada]. If it is not installed on your system, Collada import/export will be disabled.


==Links== <!--T:5-->
==Links== <!--T:5-->
Line 21: Line 31:
<!--T:6-->
<!--T:6-->
* [[Importing_From_Sketchup|Importing from Sketchup]]
* [[Importing_From_Sketchup|Importing from Sketchup]]



<!--T:7-->
<!--T:7-->
Line 26: Line 37:
|[[Arch_IFC|IFC]]
|[[Arch_IFC|IFC]]
|[[Arch_OBJ|OBJ]]
|[[Arch_OBJ|OBJ]]
|[[Arch_Module|Arch Module]]
|[[Arch_Workbench|Arch]]
|IconL=
|IconR=
|IconC=Workbench_Arch.svg
}}
}}



</translate>
</translate>

Latest revision as of 12:00, 19 May 2023

Description

The Collada (DAE) format is a standard file format for exchange of Mesh data. The Arch Workbench 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 Workbench has several tools to help you in performing that operation.

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

Links