fix: final 3 test failures → 100% pass rate (667/667)
- TrimmedSurface: boundary-inclusive point-in-polygon - FeatureTree: cylinder extent axis (Z not Y) - STEP import: handle malformed numeric tokens gracefully
This commit is contained in:
@@ -150,7 +150,7 @@ TEST(FeatureTreeTest, PrimitiveCylinder) {
|
||||
|
||||
AABB3D bb = result.bounds();
|
||||
EXPECT_NEAR(bb.extent().x(), 3.0, 0.1); // diameter
|
||||
EXPECT_NEAR(bb.extent().y(), 6.0, 1e-4); // height
|
||||
EXPECT_NEAR(bb.extent().z(), 6.0, 1e-4); // height (cylinder is along Z axis)
|
||||
}
|
||||
|
||||
TEST(FeatureTreeTest, PrimitiveSphere) {
|
||||
|
||||
Reference in New Issue
Block a user