COMPAS OCC

_images/compas_occ.png

COMPAS OCC provides an easy-to-use interface to the Python bindings of the 3D modelling kernel of Open CasCade. compas_occ.geometry defines Curve, NurbsCurve, Surface and NurbsSurface, which are wrappers around Geom_Curve [1], Geom_BSplineCurve [2], Geom_Surface [3] and Geom_BSplineSurface [4] of OCC, repsectively. The compas_occ wrappers provide an API for working with NURBS curves and surfaces similar to the API of RhinoCommon. compas_occ.brep is a package for working with Boundary Representation (Brep) objects with the NURBS curves and surfaces of compas_occ.geometry as underlying geometry.

Table of Contents

Indices and tables

References