We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The IsPlanar check for the named methods only check if their subparts are planar, but do not check if they are all co=planar with each other.
Create a composite geometry/planar surface with multiple planar elements, that are not co-planar with each other.
For method to check if all of the inner objects are co-planar, rather than if the individual elements are planar.
The text was updated successfully, but these errors were encountered:
IsakNaslundBh
No branches or pull requests
Description:
The IsPlanar check for the named methods only check if their subparts are planar, but do not check if they are all co=planar with each other.
Steps to reproduce:
Create a composite geometry/planar surface with multiple planar elements, that are not co-planar with each other.
Expected behaviour:
For method to check if all of the inner objects are co-planar, rather than if the individual elements are planar.
Test file(s):
The text was updated successfully, but these errors were encountered: