Building Story as custom Ifc parameter

Building Story as custom Ifc parameter

bjorn.gustafsson2
Explorer Explorer
175 Views
1 Reply
Message 1 of 2

Building Story as custom Ifc parameter

bjorn.gustafsson2
Explorer
Explorer

Hi!

 

Is there any way of pushing only Building Stories to a custom Ifc parameter?

When I export to ifc I use a custom pset-file with lines like:

myLevelParameter      Text     Level
or
myLevelParameter      Text     Base Constraint

The problem is, if I have revit levels with Building Story unchecked I don't want those to be pushed to that parameter, but they are. Is there any alternative to Level and Base Constraint that only push Building Story names?

0 Likes
176 Views
1 Reply
Reply (1)
Message 2 of 2

s_dziedzicBJXBG
Participant
Participant

 

  1. Create new parameters for the elements you need.

  2. Use a Dynamo script to check if the level is a building story, then apply SetParameterByName.

  3. Update your custom PSet file to include these new parameters.

 

 

0 Likes