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

fix(create): Improve Add Subface with new projection dist input #359

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

chriswmackey
Copy link
Member

The HB Add Subface component now has the following improvements:

  • The component has a new input for projection distance, which can be used to handle aperture geometries that are not perfectly coplanar with the parent wall.
  • The component runs much faster for large models as it uses a bounding box check before it tries to evaluate whether geometries can be added.
  • The component can now accept an entire Model as input.

The HB Add Subface component now has the following improvements:

* The component has a new input for projection distance, which can be used to handle aperture geometries that are not perfectly coplanar with the parent wall.
* The component runs much faster for large models as it uses a bounding box check before it tries to evaluate whether geometries can be added.
* The component can now accept an entire Model as input.
@chriswmackey chriswmackey added the enhancement New feature or request label Jan 31, 2025
@chriswmackey chriswmackey self-assigned this Jan 31, 2025
@chriswmackey chriswmackey merged commit 4ba7ccc into ladybug-tools:master Jan 31, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant