A Python library for Gordon surface interpolation using B-splines, building on Open CASCADE Technology (OCCT) via OCP. Version 0.2.0 requires Python >=3.10,<3.15. Active development with frequent releases.
pip install ocp-gordonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a Gordon surface from four corner points using bicubic B-spline interpolation.
Ensure points are ordered: [p00, p10, p01, p11] where u varies along rows, v along columns.
Use `shape = surf.to_shape()` instead of `shape = surf.toTopoDS_Shape()`.
Use `GordonSurface(...)` constructor instead.