Skip to content

Commit 7d5cbfa

Browse files
author
mmiscool
committed
Cleanup unsuded files
1 parent 38d148e commit 7d5cbfa

File tree

13 files changed

+1
-4295
lines changed

13 files changed

+1
-4295
lines changed

docs/brep-kernel.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ All extend `Solid` and immediately generate geometry.
4747
- `fillHoles(geometry)`
4848
- `fixTriangleNormals(geometry)`
4949
- `repairAll(geometry, { weldEps=5e-4, lineEps=5e-4, gridCell=0.01 })`
50-
- **Point cloud wrapper**`buildTightPointCloudWrap(rawPoints, { padding=0.02*diag, alphaRadius=0.6*medianKNN })` builds a solid via marching cubes over a density field.
5150

5251
## Misc helpers
53-
- **MeshToBrep**, **MeshRepairer**, **applyBooleanOperation**, **PointCloudWrap** live in `src/BREP` and are re-exported via `BREP.js` (`docs/brep-api.md`).
52+
- **MeshToBrep**, **MeshRepairer**, and **applyBooleanOperation** live in `src/BREP` and are re-exported via `BREP.js` (`docs/brep-api.md`).
5453
- **SolidMethod docs**`docs/solid-methods.md` covers all core operations (authoring, cleanup, booleans, export).
5554

5655
## Example: boolean with primitives

0 commit comments

Comments
 (0)