-
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
Geometry_Engine: NurbsSurfaces: Degrees() fix and IsClosed, IsPeriodic implementation #1319
Geometry_Engine: NurbsSurfaces: Degrees() fix and IsClosed, IsPeriodic implementation #1319
Conversation
/azp run BHoM_Engine.CheckInstaller |
Azure Pipelines successfully started running 1 pipeline(s). |
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 why are you giving us a red tick? @FraserGreenroyd any idea? |
Command 'why' is not supported by Azure Pipelines. Supported commands
See additional documentation. |
@epignatelli see BHoM/Test_Toolkit#68 - trying to look into this this morning 😄 |
/azp run BHoM_Engine.CheckCore |
Azure Pipelines successfully started running 1 pipeline(s). |
Should be fixed now @epignatelli 😄 |
/azp run BHoM_Engine.CheckInstaller |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Happy with this approach as noted on related BHoM PR.
Thanks @pawelbaran
NOTE: Depends on
#603
Issues addressed by this PR
Closes #1297
Closes #1320
Test files
Test files are located on SharePoint. To run it, please switch to the branches related to the following PRs:
The error in Rhino -> BHoM -> Rhino convert error in the test file is caused by the bug in Cone convert logged here.
Changelog
BH.Engine.Geometry.Query.Degrees(this NurbsSurface surf)
has been removed.BH.Engine.Geometry.Query.IsClosed(this NurbsSurface surface)
has been added.BH.Engine.Geometry.Query.IsPeriodic(this NurbsSurface surface)
has been added.Additional comments
Updated copy of #1298.
Please see #603.
Issues to be raised after merging this:
InternalEdges(NurbsSurface surface)
andExternalEdges(NurbsSurface surface)
inBH.Engine.Geometry.Query