-
Notifications
You must be signed in to change notification settings - Fork 15
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
Revit faces convert to bhom isurfaces #676
Revit faces convert to bhom isurfaces #676
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general looks good, works nicely on pull, a few changes requested in the code comments.
By the way, @tiagogrossi could you please update the PR title following the PR instructions? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine functionality wise - I would say it is ready to merge once the comments below are resolved.
@FraserGreenroyd I believe it would be nice to have your review here because: |
PR is still in WIP at the moment so I'm focusing on other tasks - if the PR is ready for review then I'm happy to give it a glance over but a proper test would have to wait till the weekend I'm afraid 😞 |
@FraserGreenroyd I just finished addressing Pawel's comments and changed this to feature. There is no rush to get this merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/azp run Revit_Toolkit.CheckInstaller |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run Revit_Toolkit.CheckCompliance |
Azure Pipelines successfully started running 1 pipeline(s). |
Issues addressed by this PR
Closes #454
Created convert methods to extract Revit
Face
to BHoMISurface
. The interface for this to happen is the same as the convertICurve
inRevitPullConfig
, with an additional entry calledpullSurfaces
(maintainedpullEdges
).Only
PlanarSurface
is implemented in this PR, other surface types to follow.Test files
Both GH and Revit files to test are here