v1.7.8 — cookbook: surfaces from points + working with meshes
Documentation-only release. No code, API, or xcframework change — SPM consumers get the same v1.7.1 binary; only the tag and docs advance.
Two new cookbook pages (snippets compile-checked against the shipped API):
- Surfaces from Points (#230) — fit a B-spline
Surfacethrough 3D points: a regular grid viaSurface.fromPointGrid(GeomAPI_PointsToBSplineSurface), a scattered cloud viaSurface.plateThrough(GeomPlate), and deform-to-targets vianlPlateDeformed(NLPlate). - Working with Meshes (#231) — operating on the
Meshtype: build from vertex/index arrays, inspect, triangle ↔ B-Rep face picking, mesh-level booleans,toShape, and SceneKit / RealityKit / Metal interop.
The cookbook now spans twelve pages: Booleans · Threads · Helices · Lofting & Sweeps · Helical Sweeps · Healing & Validity · Meshing & Export · XCAF Assemblies · Topology Graph · Gordon Surfaces · Surfaces from Points · Working with Meshes.
📖 Docs & cookbook: https://gsdali.github.io/OCCTSwift/