tmp: comment out plane intersect to test build
CI / Build & Test (push) Failing after 35s
CI / Release Build (push) Failing after 16m58s
Build & Test / build-and-test (push) Has been cancelled
Build & Test / python-bindings (push) Has been cancelled

This commit is contained in:
茂之钳
2026-07-24 13:13:55 +00:00
parent d19db17bef
commit 314543f7a5
+5 -5
View File
@@ -74,9 +74,9 @@ struct IntersectionCurve {
* @ingroup curves
*/
[[nodiscard]] std::vector<IntersectionCurve> 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