Skip to content

[surface model] fix boolean polycones and polyhedrons

Severin Diederichs requested to merge fix_boolean_polycones into surface_model

Previously, the end rings of a polycone weren't added to the logic because the logic was handled by the unframed end plane. However, for booleans this caused errors because only framed surfaces can propagate the flip for negated booleans. Thus, the end rings need to be added to the logic.

The same issue applied for polyhedrons

Edited by Severin Diederichs

Merge request reports