Convenience type for a set of curves in a BREP.  
 More...
#include <ImplicitBREP.hpp>
Convenience type for a set of curves in a BREP. 
◆ 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. 
 
 
◆ size()
  
  | 
        
          | virtual std::size_t size | ( |  | ) | const |  | pure virtual | 
 
Get the number of curves in the set. 
- Returns
- the number of curves. 
 
 
◆ 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. 
 
 
◆ 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. 
 
 
The documentation for this class was generated from the following file: