Jump to content

Report Door Swing Direction


Recommended Posts

Add it as a parameter in the IFC data, and schedule that.

 

=IFC.'DoorStyle'.'OperationType'

 

Reports:

 

SINGLE_SWING_RIGHT

SINGLE_SWING_LEFT

 

depending on how you have flipped the door.

 

You can always reduce this to

 

RIGHT

 

or

 

LEFT

 

=SUBSTRING(IFC.'DoorStyle'.'OperationType', '_', 3)

  • Like 1
Link to comment
3 hours ago, shorter said:

Add it as a parameter in the IFC data, and schedule that.

 

=IFC.'DoorStyle'.'OperationType'

 

Reports:

 

SINGLE_SWING_RIGHT

SINGLE_SWING_LEFT

 

depending on how you have flipped the door.

 

You can always reduce this to

 

RIGHT

 

or

 

LEFT

 

=SUBSTRING(IFC.'DoorStyle'.'OperationType', '_', 3)

 

The problem is that in VW2023 a Door doesn't know which side is in + which side is out. I think for this formula to work you will need all your Doors to open inwards.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...