|
|
| poziția meniului |
|---|
| Arch → Utilities → Create schedule... |
| Ateliere |
| Arch |
| scurtătură |
| I P |
| Prezentat în versiune |
| - |
| A se vedea, de asemenea, |
| Arch IFC, Arch IfcExplorer |
Description
This tool creates a spreadsheet to store IFC properties of an object.
Usage
- Select an object.
- There are several ways to invoke the tool:
- Select the Utils →
New IFC Spreadsheet option from the menu.
- Use the keyboard shortcut: I then S.
- Select the Utils →
Scripting
See also: Arch API and FreeCAD Scripting Basics.
This tool can be used in macros and from the Python console by using the following function:
spreadsheet = makeIfcSpreadsheet(archobj=None)
- Creates a
spreadsheetobject. Optionally anarchobjcan be given.
Example:
import FreeCAD, Draft, Arch
Line = Draft.makeWire([FreeCAD.Vector(0, 0, 0), FreeCAD.Vector(2000, 2000, 0)])
Wall = Arch.makeWall(Line, width=150, height=3000)
FreeCAD.ActiveDocument.recompute()
spreadsheet = Arch.makeIfcSpreadsheet(Wall)
Această pagină este preluată de la https://wiki.freecad.org/Arch_IfcSpreadsheet