BIM-Tools / SketchUp-IFC-Manager

IFC data manager and exporter for SketchUp.
GNU General Public License v3.0
59 stars 20 forks source link

Missing IfcClassificationReference in Tutorial instructions #56

Closed daviddelven closed 7 months ago

daviddelven commented 8 months ago

I found there is a typo in:

IFC Export settings

Export hidden objects if checked ALL objects are exported, including objects that are hidden or on a hidden layer Export classifications: if checked IfcPresentationLayerAssignments` are added to objects in IFC Export tags/layers as IFC layers: if checked IfcPresentationLayerAssignments are added to objects in IFC Export materials: if checked IfcMaterials are added to objects in IFC Export colors: if checked color styling is added to objects in IFC Improve export speed by using fake GUID's: if unchecked official GUID's are generated, if checked they are just random numbers Export dynamic attributes: if checked dynamic component attributes are converted into propertysets when the attribute name is in the right format

When Exporting classification the IfcClassificationReference is the one that should be added to objects in IFC, instead of IfcPresentationLayerAssignment which means only Layers.

janbrouwer commented 7 months ago

Thanks, improved the docs!