Arch Строительная деталь

From FreeCAD Documentation
Revision as of 11:42, 29 November 2018 by Luc (talk | contribs) (Created page with "BuildingPart нацелен на замену Arch Floor более способной версией, которая может быть использована не т...")

Arch BuildingPart

Menu location
Arch → BuildingPart
Workbenches
Arch
Default shortcut
None
Introduced in version
-
See also
Arch Building, Arch Floor

Описание

BuildingPart нацелен на замену Arch Floor более способной версией, которая может быть использована не только для создания Floor / Storey / Levels, но и для всех ситуаций, когда необходимо сгруппировать различные объекты Arch / BIM, и эта группа возможно, придется обрабатывать как один объект или реплицировать.

How to use

  1. Optionally, select one or more objects to be included in your new Building Part
  2. Press the Arch BuildingPart button

Options

  • After creating a BuildingPart, you can add more objects to it by drag and dropping them in the Tree View or by using the Arch Add tool
  • You can remove objects from a BuildingPart by drag and dropping them out of it the Tree View or by using the Arch Remove tool
  • By double-clicking the BuildingPart object in the tree view, the Working Plane will be set to its location, and the BuildingPart will become active, which means that new objects will be added automatically to it. Double-clicking the BuildingPart again wil deactivate it and set the working plane back to its previous position
  • The BuildingPart can display a mark in the 3D view with a label and level indication
  • When a BuildingPart is moved/rotated, all its children that either have no "Move With Host" property, or have it turned on, will move/rotate together.
  • Building Parts can be cloned
  • Building Parts can take any IFC type

Properties

  • ДанныеHeight: The height of this object
  • ДанныеLevelOffset: The level of the (0,0,0) point of this level
  • ДанныеArea: The computed floor area of this floor
  • ДанныеIfcRole: The role of this object
  • ДанныеDescription: An optional description for this component
  • ДанныеTag: An optional tag for this component
  • ДанныеIfcAttributes: Custom IFC properties and attributes
  • ВидLineWidth: The line width of this object
  • ВидOverrideUnit: An optional unit to express levels
  • ВидDisplayOffset: A transformation to apply to the level mark
  • ВидShowLevel: If true, show the level
  • ВидShowUnit: If true, show the unit on the level tag
  • ВидSetWorkingPlane: If true, when activated, the working plane will automatically adapt to this level
  • ВидOriginOffset: If true, when activated, Display offset will affect the origin mark too
  • ВидShowLabel: If true, when activated, the object's label is displayed
  • ВидFontName: The font to be used for texts
  • ВидFontSize: The font size of texts
  • ВидRestoreView: If set, the view stored in this object will be restored on double-click
  • ВидDiffuseColor: 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()