Skip to main content
Question

Merge topology of each floor on ifc

  • May 19, 2020
  • 1 reply
  • 14 views

Hi, I am working with an ifc extension file containing 11 floors. I worked with separate workspaces for each floor and created their topology. I want to calculate the shortest path in the building. For this, I have to combine the topology of each floor with stairs, how can I do this?

Since the nodes created for topology slowed down the system, I had to work on each floor separately.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

daveatsafe
Safer
Forum|alt.badge.img+20
  • Safer
  • May 19, 2020

Hi @glshayaz,

I don't think there is an easy answer to this - the ShortestPathFinder only works in 2D.

I think you will need to find the shortest path to each elevator/stairwell on your initial floor, then the shortest paths from each elevator/stairwell on the destination floor to the destination. Combine the path length for each elevator/stairwell, then determine the overall shortest path from those lengths.