Arch: Parte di edificio

From FreeCAD Documentation
Revision as of 21:00, 23 November 2018 by Renatorivo (talk | contribs) (Created page with "== Proprietà ==")

Parti di edificio

Posizione nel menu
Arch → Parti di edificio
Ambiente
Arch
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Edificio, Piano

Descrizione

Parti di edificio ha lo scopo di sostituire il Piano di Arch con una versione più capace che può essere utilizzato non solo per creare Piani o Livelli, ma anche tutti i tipi di situazioni in cui è necessario raggruppare oggetti Arch o BIM diversi e quel gruppo può aver bisogno di essere gestito come un oggetto o replicato.

Utilizzo

  1. Facoltativamente, selezionare uno o più oggetti da includere nella nuova Parte dell'edificio
  2. Premere il pulsante Parte di edificio

Opzioni

  • Dopo aver creato una Parte di edificio, è possibile aggiungere più oggetti trascinandoli nella Vista ad albero o usando lo strumento Aggiungi componente
  • Per rimuovere oggetti da una Parte di edificio trascinarli nella vista ad albero o usare lo strumento Rimuovi componente
  • Facendo doppio clic sull'oggetto Parte di edificio nella vista ad albero, il Piano di lavoro viene impostato sulla sua posizione e la Parte di edificio diventa attiva, il che significa che i nuovi oggetti vengono aggiunti automaticamente ad esso. Facendo nuovamente doppio clic su Parte di edificio, essa si disattiva e si imposta il piano di lavoro nella posizione precedente
  • Parte di edificio può visualizzare un segno nella vista 3D con una etichetta e l'indicazione del livello
  • Quando un oggetto Parte di edificio viene spostato o ruotato, tutti i suoi figli che non hanno alcuna proprietà "Sposta con ospite" o che hanno questa proprietà attivata, si spostano o ruotano insieme.
  • Parte di edificio può essere clonato
  • Parte di edificio può assumere qualsiasi tipo di IFC

Proprietà

  • DatiHeight: The height of this object
  • DatiLevelOffset: The level of the (0,0,0) point of this level
  • DatiArea: The computed floor area of this floor
  • DatiIfcRole: The role of this object
  • DatiDescription: An optional description for this component
  • DatiTag: An optional tag for this component
  • DatiIfcAttributes: Custom IFC properties and attributes
  • VistaLineWidth: The line width of this object
  • VistaOverrideUnit: An optional unit to express levels
  • VistaDisplayOffset: A transformation to apply to the level mark
  • VistaShowLevel: If true, show the level
  • VistaShowUnit: If true, show the unit on the level tag
  • VistaSetWorkingPlane: If true, when activated, the working plane will automatically adapt to this level
  • VistaOriginOffset: If true, when activated, Display offset will affect the origin mark too
  • VistaShowLabel: If true, when activated, the object's label is displayed
  • VistaFontName: The font to be used for texts
  • VistaFontSize: The font size of texts
  • VistaRestoreView: If set, the view stored in this object will be restored on double-click
  • VistaDiffuseColor: The individual face colors

Scripting

The BuildingPart tool can by used in macros and from the python console by using the following function:

makeBuildingPart ([objectslist])

creates a BuildingPart including the objects from the given list.

Example:

import Arch
Arch.makeBuildingPart()