Closed wdconinc closed 7 months ago
This PR fixes failing exports for cylinders/cones with differences in rmin or rmax that are smaller than OCCT's internal Precision::Confusion(), but still not larger than std::numeric_limits<double>::epsilon().
Precision::Confusion()
std::numeric_limits<double>::epsilon()
No.
Briefly, what does this PR introduce?
This PR fixes failing exports for cylinders/cones with differences in rmin or rmax that are smaller than OCCT's internal
Precision::Confusion()
, but still not larger thanstd::numeric_limits<double>::epsilon()
.What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
No.
Does this PR change default behavior?
No.