Autodesk / revit-ifc

IFC for Revit and Navisworks (2019+)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PR: No Type-parameters exported to user defined Pset on Door-objects

BIMLUND opened this issue · comments

Problem Description

Export all parameters (instance and type) into an User defined Pset called "BIP" in the IFC-file.

It works for all elements but Door-objects.

Attached is a ZIP-file with Revit, IFC and a .txt Pset-export set.

It is a wall with a door.

The Wall gets all the User Pset parameters in the IFC, the Door does not.

Revit 23.1.30.97
IFC-export version 23.3.1.0

image

Error - No Type parameters in User Pset on Door-objects.zip

Revit Version

2023.1.x

IFC for Revit Addon Version

Other / None

Windows Version

11 22H2

I solved it by apply alot more stuff to the element list.

Just out of curiosity: Why does custom pset export work for IfcWall with the element list "IfcProduct, IfcElementType" but not for door?

I added this list to my export just to cover all types...
PropertySet: BIP I IfcProduct, ifcProductType, ifcElementType, IfcAirTerminalType, IfcAnnotationType, IfcBeamType, IfcBuildingElementProxyType, IfcBuildingStorey, IfcColumnType, IfcCoveringType, IfcCurtainWallType, IfcDoorStyle, IfcElectricApplianceType, IfcElementAssembly, IfcFanType, IfcFlowTerminalType, IfcFootingType, IfcFurnishingElement, IfcFurnitureType, IfcLampType, IfcLightFixtureType, IfcOpeningElement, IfcPipeSegmentType, IfcRailingType, IfcRampType, IfcRoofType, IfcSanitaryTerminalType, IfcSiteType, IfcSlabType, IfcSpaceType, IfcStairType, IfcSystemFurnitureElementType, IfcWallType, IfcWindowStyle, IfcZoneType

image