Arch Workbench/cs: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 80: Line 80:


* [[Image:Arch_Component.png|32px]] [[Arch_Component|Component]]: Creates a non-parametric Arch component
* [[Image:Arch_Component.png|32px]] [[Arch_Component|Component]]: Creates a non-parametric Arch component
* [[Image:Arch_cloneComponent.png|32px]] [[Arch_CloneComponent|Clone component]]:
* [[Image:Arch_cloneComponent.png|32px]] [[Arch_CloneComponent|Clone component]]: Produces Arch Components that are clones of selected Arch objects (not to be confused with [[Draft Clone]])
* [[Image:Arch_SplitMesh.png|32px]] [[Arch_SplitMesh|Split Mesh]]: Splits a selected mesh into separate components
* [[Image:Arch_SplitMesh.png|32px]] [[Arch_SplitMesh|Split Mesh]]: Splits a selected mesh into separate components
* [[Image:Arch_MeshToShape.png|32px]] [[Arch_MeshToShape|Mesh To Shape]]: Converts a mesh into a shape, unifying coplanar faces
* [[Image:Arch_MeshToShape.png|32px]] [[Arch_MeshToShape|Mesh To Shape]]: Converts a mesh into a shape, unifying coplanar faces
Line 88: Line 88:
* [[Image:Arch_MergeWalls.png|32px]] [[Arch_MergeWalls|Merge Walls]]: Merge two or more walls
* [[Image:Arch_MergeWalls.png|32px]] [[Arch_MergeWalls|Merge Walls]]: Merge two or more walls
* [[Image:Arch_Check.png|32px]] [[Arch_Check|Check]]: Check if the selected objects are solids and don't contain defects
* [[Image:Arch_Check.png|32px]] [[Arch_Check|Check]]: Check if the selected objects are solids and don't contain defects
* [[Image:Arch_IfcExplorer.png|32px]] [[Arch_IfcExplorer|Ifc Explorer]]: Browse the contents of an [[Arch_IFC|IFC]] file
* [[Image:Arch_IfcExplorer.png|32px]] [[Arch_IfcExplorer|Ifc Explorer]]: Browse the contents of an [[Arch IFC|IFC]] file
* [[Image:Arch_ToggleIfcBrepFlag.png|32px]] [[Arch_ToggleIfcBrepFlag|Toggle IFC Brep flag]]: Forces a selected object to be exported as an [http://www.buildingsmart-tech.org/ifc/IFC4/final/html/schema/ifcgeometricmodelresource/lexical/ifcfacetedbrep.htm IfcFacetedBrep].
* [[Image:Arch_ToggleIfcBrepFlag.png|32px]] [[Arch_ToggleIfcBrepFlag|Toggle IFC Brep flag]]: Forces a selected object to be exported as an [http://www.buildingsmart-tech.org/ifc/IFC4/final/html/schema/ifcgeometricmodelresource/lexical/ifcfacetedbrep.htm IfcFacetedBrep].
* [[Image:Arch_3Views.png|32px]] [[Arch_3Views|3 Views from mesh]]: Creates top, frontal and side views from a [[Mesh Module|mesh]].
* [[Image:Arch_3Views.png|32px]] [[Arch_3Views|3 Views from mesh]]: Creates top, frontal and side views from a [[Mesh Module|mesh]].
* [[Image:Arch_Schedule.png|32px]] [[Arch_MakeIfcSpreadsheet|Create IFC spreadsheet...]]:
* [[Image:Arch_Schedule.png|32px]] [[Arch_MakeIfcSpreadsheet|Create IFC spreadsheet...]]: Creates a spreadsheet to store [[Arch IFC|IFC]] properties of an object
* [[Image:Arch_ToggleSubs.png|32px]] [[Arch_ToggleSubs|Toggle Subcomponents]]: Shows or hides the subcomponents of an Arch object.
* [[Image:Arch_ToggleSubs.png|32px]] [[Arch_ToggleSubs|Toggle Subcomponents]]: Shows or hides the subcomponents of an Arch object.



Revision as of 13:43, 1 February 2020

Pracovní plocha Architektura poskytuje moderní BIM pracovní prostředí ve FreeCADu s možnostmi jako je podpora IFC, plně parametrizované stavební entity jako jsou zdi, strukturální prvky nebo okna a bohatá 2D dokumentace. Pracovní plocha Architektura také zahrnuje všechny nástroje Pracovní plocha kreslení.

The Arch Workbench provides a modern building information modelling (BIM) workflow to FreeCAD, with support for features like fully parametric architectural entities such as walls, structural elements, roofs, windows, stairs, pipes, and furniture. It supports industry foundation classes (IFC) data, and production of 2D floor plans in combination with the TechDraw Workbench.

The Arch Workbench imports all the tools from the Draft Workbench, as it uses 2D objects to build its architectural objects. Nevertheless, Arch can also use solid objects created on other workbenches like Part and PartDesign.

The BIM functionality of FreeCAD is now progressively split into this Arch Workbench, which holds basic architectural tools, and the BIM Workbench, that you can install via the Addon Manager. This workbench adds a new interface layer on top of the Arch tools, with the aim to make BIM workflow in FreeCAD more intuitive and user-friendly.

Nástroje

Tyto nástroje slouží pro vytváření architektonických objektů.

  • Zeď: Vytváří zeď buď od počátku nebo použitím vybraného objektu jako základu
  • Strukturální prvek: Vytváří strukturální prvek buď od počátku nebo použitím vybraného objektu jako základu
  • Překlad: Vytváří železobetonový překlad ve vybraném strukturálním prvku
  • Podlaží: Vytváří podlaží zahrnutím vybraných objektů
  • Budova: Vytváří budovu zahrnutím vybraných objektů
  • Staveniště: Vytváří staveniště zahrnutím vybraných objektů
  • Okno: Vytváří okno použitím vybraného objektu jako základu
  • Řez: Přidává do dokumentu řez objektem
  • Axis tools
    • Osový systém: Přidává do dokumentu osový systém
    • Axes system: Adds an axes system composed of several axes to the document
    • Grid: Adds a grid-like object to the document
  • Střecha: Vytváří šikmou střechu z vybrané plochy
  • Prostor: Vytváří v dokumentu objekt prostoru
  • Schodiště: Vytváří v dokumentu objekt schodiště

Modification tools

These are tools for modifying architectural objects.

Utilities

These are additional tools to help you in specific tasks.

Preferences

  • Preferences: preferences for the default appearance of walls, structures, rebars, windows, stairs, panels, pipes, grids and axes.

Souborové formáty

  • IFC : Industry foundation Classes (pouze import)
  • DAE : Síťový formát Collada
  • OBJ : Síťový formát Obj (pouze export)

API

Modul Architektura může být použit v pythonovských skriptech a makrech použitím funkcí Arch Python API.

Výukový program


Draft Module/cs
Robot Module/cs