Arch Equipment

Arch Equipment.png Arch Equipment

Menu location
Arch → Equipment
Workbenches
Arch
Default shortcut
E Q
See also
3 views from mesh


Description

The Equipment tool offers you a simple and convenient way to insert non-structural, standalone elements such as pieces of furniture, hidro-sanitary equipments or electrical appliances to your projects. Equipments are based on Part shapes, which allow them to benefit from the solidity and possibilities of BRep geometry, and generate nice views when rendered to plan and section views.

Arch equipment example.jpg

As of version 0.17, equipment objects also have a HiRes property where a Mesh object can be attached. Equipment objects can then be made to display that mesh in the 3D view instead of their shape, which allows to use any high-resolution mesh objects such as detailed pieces of furniture commonly found on websites.

Arch equipment mesh.jpg

When using the Arch OBJ exporter, all equipments that are in Mesh display mode will be exported as their mesh instead of their shape.

How to use

  1. Select a Part shape, and optionally a Mesh object
  2. Press the Arch Equipment.png Arch Equipment button, or press E then Q keys

Options

Properties

Scripting

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

makeEquipment ( baseObject ) 

Example:

import Part, Arch
box = Part.makeBox(2,2,2)
base = FreeCAD.ActiveDocument.addObject("Part::Feature","Box")
base.Shape = box
Arch.makeEquipment(base) 
Online version: "http://www.freecadweb.org/wiki/index.php?title=Arch_Equipment&oldid=230785"

Navigation menu