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

Geometry_Engine: IsPlanar for PolySurface and CompositeGeometry are wrong #2840

Open
IsakNaslundBh opened this issue May 23, 2022 · 0 comments
Assignees
Labels
type:bug Error or unexpected behaviour

Comments

@IsakNaslundBh
Copy link
Contributor

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):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Error or unexpected behaviour
Projects
None yet
Development

No branches or pull requests

1 participant