mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
CgalKernel halfspace handling: orientation is on face not plane
This commit is contained in:
@@ -1868,7 +1868,7 @@ bool CgalKernel::convert_impl(const taxonomy::boolean_result::ptr br, Conversion
|
|||||||
});
|
});
|
||||||
|
|
||||||
double wmin, wmax;
|
double wmin, wmax;
|
||||||
if (p.orientation.get_value_or(true)) {
|
if (face->orientation.get_value_or(false)) {
|
||||||
wmin = 0.;
|
wmin = 0.;
|
||||||
wmax = uvw_max[2] + eps;
|
wmax = uvw_max[2] + eps;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user