The surface and curve ClassesΒΆ

The main classes used for handling complex geometries are the surface and curve classes. surface is used in 3D problems, while curve is used in 2D problems. The only differences in the classes are the number of dimensions; otherwise they are identical. There is an additional class curve3d which is used to create surfaces from bounding curves with the curves_to_surf function