Convenience type for a set of curves in a QuadraticBREP.
More...
#include <QuadraticBREP.hpp>
Inherits BREP::CommonCurveSet.
Convenience type for a set of curves in a QuadraticBREP.
◆ curve()
Get a curve in the set.
- Parameters
-
index | [in] the curve index, which should be less than size(). |
- Returns
- a reference to the curve data.
Implements BREP::CommonCurveSet.
◆ size()
virtual std::size_t size |
( |
| ) |
const |
|
pure virtual |
◆ surfaceLeft()
Get one of the neighbour surfaces to the curve.
- Parameters
-
index | [in] the curve index, which should be less than size(). |
- Returns
- a reference to the surface.
Implements BREP::CommonCurveSet.
◆ surfaceRight()
Get the other neighbour surfaces to the curve.
- Parameters
-
index | [in] the curve index, which should be less than size(). |
- Returns
- a reference to the surface.
Implements BREP::CommonCurveSet.
The documentation for this class was generated from the following file: