Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recreating intelligent walls upon import. #337

Open
theoryshaw opened this issue Aug 15, 2021 · 2 comments
Open

Recreating intelligent walls upon import. #337

theoryshaw opened this issue Aug 15, 2021 · 2 comments

Comments

@theoryshaw
Copy link

Any particular reason this file doesn't recreate intelligent walls upon import?

This file, recreates intelligent walls upon import.

@AngelVelezSosa
Copy link
Contributor

I didn't debug it, but I would say it has to do with the wall footprint. Basically, in Revit, a wall is an axis that is vertically extruded, and has complicated logic for determining wall joins to other walls. It can be quite tricky via the API (internal or external) to reverse engineer the correct wall join information corresponding to a wall footprint that represents the post-clip information. I believe that if there is an IfcRelConnectsPathElements, it tries harder.

@theoryshaw
Copy link
Author

theoryshaw commented Nov 22, 2021

by footprint you mean the Curve2D on the GRAPH_VIEW context?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants