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 89: Line 89:
* [[Image:Arch_SplitMesh.svg|32px]] [[Arch_SplitMesh|Split Mesh]]: Splits a selected mesh into separate components
* [[Image:Arch_SplitMesh.svg|32px]] [[Arch_SplitMesh|Split Mesh]]: Splits a selected mesh into separate components
* [[Image:Arch_MeshToShape.svg|32px]] [[Arch_MeshToShape|Mesh To Shape]]: Converts a mesh into a shape, unifying coplanar faces
* [[Image:Arch_MeshToShape.svg|32px]] [[Arch_MeshToShape|Mesh To Shape]]: Converts a mesh into a shape, unifying coplanar faces
* [[Image:Arch_SelectNonSolidMeshes.png|32px]] [[Arch_SelectNonSolidMeshes|Select non-solid meshes]]: Selects all non-solid meshes from the current selection or frm the document
* [[Image:Arch_SelectNonManifold.svg|32px]] [[Arch_SelectNonSolidMeshes|Select non-solid meshes]]: Selects all non-solid meshes from the current selection or frm the document
* [[Image:Arch_RemoveShape.svg|32px]] [[Arch_RemoveShape|Remove Shape]]: Turns cubic shape-based arch object fully parametric
* [[Image:Arch_RemoveShape.svg|32px]] [[Arch_RemoveShape|Remove Shape]]: Turns cubic shape-based arch object fully parametric
* [[Image:Arch_CloseHoles.svg|32px]] [[Arch_CloseHoles|Close Holes]]: Closes holes in a selected shape-based object
* [[Image:Arch_CloseHoles.svg|32px]] [[Arch_CloseHoles|Close Holes]]: Closes holes in a selected shape-based object
* [[Image:Arch_MergeWalls.svg|32px]] [[Arch_MergeWalls|Merge Walls]]: Merge two or more walls
* [[Image:Arch_MergeWalls.svg|32px]] [[Arch_MergeWalls|Merge Walls]]: Merge two or more walls
* [[Image:Arch_Check.svg|32px]] [[Arch_Check|Check]]: Check if the selected objects are solids and don't contain defects
* [[Image:Arch_Check.svg|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:IFC.svg|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]].

Revision as of 20:39, 12 March 2020

The FreeCAD Arch Workbench Icon

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