Skip to content

v1.7.8 — cookbook: surfaces from points + working with meshes

Choose a tag to compare

@gsdali gsdali released this 19 Jun 11:57
· 28 commits to main since this release

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 Surface through 3D points: a regular grid via Surface.fromPointGrid (GeomAPI_PointsToBSplineSurface), a scattered cloud via Surface.plateThrough (GeomPlate), and deform-to-targets via nlPlateDeformed (NLPlate).
  • Working with Meshes (#231) — operating on the Mesh type: 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/