tmp: comment out plane intersect to test build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user