@cadit-app/manifold-fillet 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/edgeSelection.d.ts +1 -1
- package/package.json +1 -1
package/dist/edgeSelection.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Point-based selection: Find edges nearest to a 3D point
|
|
5
5
|
* Angle-based selection: Find all edges sharper than a threshold angle
|
|
6
6
|
*/
|
|
7
|
-
import { Manifold } from 'manifold-3d';
|
|
7
|
+
import type { Manifold } from 'manifold-3d';
|
|
8
8
|
/** Point-based edge selection - fillet edge nearest to a point */
|
|
9
9
|
export interface PointEdgeSelection {
|
|
10
10
|
type: 'point';
|