-
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
Environment_Engine Change tolerance default for FloorGeometry #1390
Environment_Engine Change tolerance default for FloorGeometry #1390
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.
This needs a slight documentation change, sorry @MajaLindroth
@@ -42,8 +42,9 @@ public static partial class Query | |||
|
|||
[Description("Returns the floor geometry of a space represented by Environment Panels as a BHoM Geometry Polyline")] | |||
[Input("panelsAsSpace", "A collection of Environment Panels that represent a closed space")] | |||
[Input("tolerance", "Distance tolerance for planar checks, default set to BH.oM.Geometry.Tolerance.Distance")] |
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.
The tolerance in this instance is actually for the BooleanUnion
of the floor lines, rather than planar checks 😄
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.
This LGTM now, thanks @MajaLindroth 😄
/azp run BHoM_Engine.CheckInstaller |
Azure Pipelines successfully started running 1 pipeline(s). |
NOTE: Depends on
Issues addressed by this PR
Closes #1389
Change tolerance default to be BH.oM.Geometry.Tolerance.Distance for FloorGeometry query method.
Add input description.
Test files
Changelog