BIM IfcQuantities: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
No edit summary
Line 20: Line 20:


==Description== <!--T:2-->
==Description== <!--T:2-->

<!--T:4-->
The '''IFC quantities manager''' allows you to check the '''explicit quantities''' attached to objects, to be exported to IFC.



<!--T:3-->
<!--T:3-->
[[Image:BIM ifcquantities screenshot.png|600px]]
[[Image:BIM_ifcquantities_screenshot.png|600px]]


{{Caption|IFC quantities manager}}
<!--T:4-->
The IFC quantities manager allows you to check the '''explicit quantities''' attached to objects, to be exported to IFC.


<!--T:5-->
<!--T:5-->

Revision as of 12:47, 16 June 2024

Other languages:

BIM IfcQuantities

Menu location
Manage → Manage IFC quantities...
Workbenches
BIM
Default shortcut
None
Introduced in version
-
See also
None

Description

The IFC quantities manager allows you to check the explicit quantities attached to objects, to be exported to IFC.


IFC quantities manager

The IFC format allows to include, for any object, explicit quantities, that can be things like "Width" or "Height" or "Area". There is no standard that defines which object type must include which kind of quantity, and there is also no guarantee that such explicit quantities actually reflect the geometry of the object. In other words, these quantities could have wrong values or even lie. A wall could have its geometry as a cube with a length of 10 meters, but have an attached "Length" quantity of 8 meters.

The idea behind explicit quantities is to make them available to applications that are unable to read geometry, such as a spreadsheet application. Such application, when reading an IFC file with explicit quantities, could still get an idea of the dimensions of an object and use them for example for quantities calculations.

By default, when exporting an IFC file from FreeCAD, no explicit quantities are exported. With the IFC quantities manager, you are able to mark which quantities should be exported, and check their values. Warning signs will be displayed next to zero values, notifying you of possible problems you might want to fix before exporting.

You can also use the quantities manager to change or fix the actual Height, Width and Length values of objects. But this will affect the object geometry in FreeCAD.