Autodesk / Autodesk/revit-ifc

PR: Parameter Export Mapping

Open
#889 5 comments 0 reactions 0 assignees View on GitHub
problem
Dominant language
C#
Stars
637
Forks
225
PR merge metrics
No merged PRs in 30d

Description

### Problem Description

I'm trying to use the following export mapping to have the nominal dimensions of pipe and duct segments in the appropriate psets, as per the Autodesk IFC Handbook.
```
Pset_DuctSegmentTypeCommon NominalDiameterOrWidth Diameter
Pset_DuctSegmentTypeCommon NominalDiameterOrWidth Width
Pset_DuctSegmentTypeCommon NominalHeight Height
Pset_PipeSegmentCommon NominalDiameter Diameter
Pset_PipeSegmentCommon WallThickness Wall Thickness
```

Unfortunately this doesn't work, these properties are still not exported. I'm using IFC4. Are there any limitations that should be considered?

### Revit Version

2024.3.x

### IFC for Revit Addon Version

24.3.2

### Windows Version

11 24H2

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the export mapping with Revit 2024.3.x, IFC for Revit 24.3.2, and IFC4, using the pipe and duct mappings shown in the issue. Inspect the parameter-export path and compare the generated property sets with the Autodesk IFC Handbook. Done means determining whether these mappings are supported and documenting the applicable limitation or expected behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.