-
Notifications
You must be signed in to change notification settings - Fork 1
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
Check for and return null for non-planar and/or open curves #44
Check for and return null for non-planar and/or open curves #44
Conversation
@BHoMBot check compliance |
@IsakNaslundBh to confirm, the following actions are now queued:
There are 1 requests in the queue ahead of you. |
@IsakNaslundBh to confirm, the following actions are now queued:
There are 7 requests in the queue ahead of you. |
The check |
The check |
The check |
The check |
@IsakNaslundBh fix requested for project compliance. The errors with the CSProject ( I will apply the fixes to every case detailed on the checks tab with the exception of any references to the target framework. I am unable to provide fixes to the Target Framework automatically, these will need to be performed manually. If you want to perform the fixes in a different manner please resolve this manually and rerun the check. If you are happy for me to go ahead and perform this action, please reply with:
|
1 similar comment
@IsakNaslundBh fix requested for project compliance. The errors with the CSProject ( I will apply the fixes to every case detailed on the checks tab with the exception of any references to the target framework. I am unable to provide fixes to the Target Framework automatically, these will need to be performed manually. If you want to perform the fixes in a different manner please resolve this manually and rerun the check. If you are happy for me to go ahead and perform this action, please reply with:
|
@BHoMBot fix project file ref. 8387982549 |
@IsakNaslundBh I have queued up your request to fix the |
@IsakNaslundBh I have queued up your request to fix the |
@IsakNaslundBh I am now going to fix the project compliance in accordance with the annotations previously made. |
@IsakNaslundBh to confirm I have now resolved the project compliance issues and pushed a commit to this Pull Request. |
@IsakNaslundBh I am now going to fix the project compliance in accordance with the annotations previously made. |
@IsakNaslundBh to confirm I have now resolved the project compliance issues and pushed a commit to this Pull Request. |
@BHoMBot check versioning |
@FraserGreenroyd to confirm, the following actions are now queued:
There are 12 requests in the queue ahead of you. |
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.
Tested and the checks work. I couldn't find any references in the TK's I thought they'd be in - but non-planar offsets wouldn't be possible in any workflows I know off, so approving.
@FraserGreenroyd to confirm, the following actions are now queued:
|
The check |
The check |
The check |
The check |
The check |
@BHoMBot this is a DevOps instruction. I am requesting neutral checks on: dataset-compliance |
@FraserGreenroyd I have provided neutral checks to the checks requested. These checks will need to be run properly to obtain full results. |
Issues addressed by this PR
Closes #43
Checks that the input curve is closed and/or planar, and returns null if found, as method was returning non-sensical results for those cases.
Adding tolerance input with default value to allow to control the checks for closedness as well as planarity.
Test files
Alpha test script:
https://burohappold.sharepoint.com/:f:/s/BHoM/EjCPW4vnq01MpH8Hd1LH7yEBS8rQTHYsPDoTOKXxHUA2iw?e=54PEjT
Script testing closed/non-planar curve errors:
https://burohappold.sharepoint.com/:f:/s/BHoM/EqxYAD6Hl09DpkVDdgf_Z3sBlbSHUCT6sCzApgwWCd4jyQ?e=KLduTh
Changelog
Additional comments
@tg359 @jamesramsden-bh , I think this method is used in BEnv toolkits, so great if one of you can confirm that you are happy with this, and make sure your workflows still function.