File tree Expand file tree Collapse file tree 6 files changed +1
-954
lines changed Expand file tree Collapse file tree 6 files changed +1
-954
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424* Made X and Y axis optional in the constructor of ` Frame ` .
2525* Moved ` compas.geometry.brep ` to ` compas.brep ` .
2626* Changed ` networkx ` version to ` >=3.0 ` to ensure support for ` is_planar ` .
27+ * Moved ` compas.geometry.curves.nurbs_.py ` and ` compas.geometry.surfaces.nurbs_.py ` to ` compas_nurbs ` .
2728
2829### Removed
2930
Original file line number Diff line number Diff line change 136136
137137__all_plugins__ = [
138138 "compas.geometry.booleans.booleans_shapely" ,
139- "compas.geometry.curves.nurbs_" ,
140- "compas.geometry.surfaces.nurbs_" ,
141139]
142140
143141
Original file line number Diff line number Diff line change 239239 is_intersection_plane_plane ,
240240)
241241
242- from ._core .nurbsutils import (
243- construct_knotvector ,
244- find_span ,
245- compute_basisfuncs ,
246- compute_basisfuncsderivs ,
247- knots_and_mults_to_knotvector ,
248- knotvector_to_knots_and_mults ,
249- )
250-
251242# =============================================================================
252243# Algorithms
253244# =============================================================================
654645 "trimesh_remesh_constrained" ,
655646 "trimesh_remesh_along_isoline" ,
656647 "trimesh_slice" ,
657- "find_span" ,
658- "compute_basisfuncs" ,
659- "compute_basisfuncsderivs" ,
660- "construct_knotvector" ,
661- "knots_and_mults_to_knotvector" ,
662- "knotvector_to_knots_and_mults" ,
663648 "Geometry" ,
664649 "Bezier" ,
665650 "Arc" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments