View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002430 | Arch | Feature | public | 2016-01-31 10:39 | 2016-02-05 01:30 |
| Reporter | rockn | Assigned To | rockn | ||
| Priority | normal | Severity | feature | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Platform | Linux Ubuntu | OS | 14.04 | OS Version | 64 bits |
| Product Version | 0.16 | ||||
| Target Version | 0.16 | ||||
| Summary | 0002430: Add Import/Edit/Export IfcPropertySet and IfcPropertySingleValue | ||||
| Description | I started to develop functionality in importIFC to import, easily access, edit and export IfcPropertySingleValue (property) with their IfcPropertySet (category) from an IFC file. First the arch component object get a new "IfcProperties" property that is a link to an object. At the import, properties are of each object are stored in a spreadsheet object. And this spreadsheet is linked to the arch object. Note that we can create/change the linked spreadsheet object at any time. We can freely edit this ifcspreadsheet object. At the export, if an arch object have a linked ifcspreadsheet, properties and categories are stored in the IFC file. | ||||
| Additional Information | Forum discussion : http://forum.freecadweb.org/viewtopic.php?f=23&t=14059 Git branch to test : https://github.com/wood-galaxy/FreeCAD/tree/bim-ifcproperty | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
FreeCAD: master 980b8dbe 2016-02-04 20:55:45 Details Diff |
Arch - Fix 0002430 - Add IFC Spreadsheet properties system |
Affected Issues 0002430 |
|
| mod - src/Mod/Arch/ArchCommands.py | Diff File | ||
| mod - src/Mod/Arch/ArchComponent.py | Diff File | ||
| mod - src/Mod/Arch/InitGui.py | Diff File | ||
| mod - src/Mod/Arch/Resources/ui/preferences-ifc.ui | Diff File | ||
| mod - src/Mod/Arch/importIFC.py | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-01-31 10:39 | rockn | New Issue | |
| 2016-01-31 10:39 | rockn | Status | new => assigned |
| 2016-01-31 10:39 | rockn | Assigned To | => rockn |
| 2016-02-05 01:30 | rockn | Changeset attached | => FreeCAD Master master 980b8dbe |
| 2016-02-05 01:30 | rockn | Status | assigned => closed |
| 2016-02-05 01:30 | rockn | Resolution | open => fixed |
FreeCAD