From 314543f7a502ac84ddcb3dcc9216619a1609369a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=82=E4=B9=8B=E9=92=B3?= Date: Fri, 24 Jul 2026 13:13:55 +0000 Subject: [PATCH] tmp: comment out plane intersect to test build --- include/vde/curves/surface_intersection.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/vde/curves/surface_intersection.h b/include/vde/curves/surface_intersection.h index 9faefe9..78fdcd7 100644 --- a/include/vde/curves/surface_intersection.h +++ b/include/vde/curves/surface_intersection.h @@ -74,9 +74,9 @@ struct IntersectionCurve { * @ingroup curves */ [[nodiscard]] std::vector intersect_plane_surface( - const NurbsSurface& surf, - const core::Point3D& point, - const core::Vector3D& normal, - int grid_res = 32); - +// const NurbsSurface& surf, +// const core::Point3D& point, +// const core::Vector3D& normal, +// int grid_res = 32); +// } // namespace vde::curves