2D Adaptors
Theoretically some Open CASCADE general algorithms may work on numerous types of curves or surfaces. To do this, they simply describe the services required of the analyzed curve or surface.
The functions listed below provide the necessary interfaces between the services available on a Geom2d curve, and those required on the curve by the algorithms, which use it.
These interfaces are easy to use: simply create an adapted curve or surface from a Geom2d curve, and then use this adapted curve as an argument for the algorithm which requires it.
These classes and their available functions are not specifically documented. Information explaining how to create or to analyze an adapted curve is given in the documentation each time an adapted curve is required in syntax.