#include <CTiglCompoundSurface.h>
Public Member Functions | |
| TIGL_EXPORT | CTiglCompoundSurface ()=default |
| TIGL_EXPORT | CTiglCompoundSurface (const std::vector< Handle(Geom_BoundedSurface)> &surfaces, const std::vector< double > &uparams) |
| CTiglCompoundSurface. | |
| TIGL_EXPORT CTiglCompoundSurface & | operator= (const CTiglCompoundSurface &other)=default |
| TIGL_EXPORT gp_Pnt | Value (double u, double v) const |
Private Attributes | |
| std::vector< Handle(Geom_BoundedSurface)> | m_surfaces |
| std::vector< double > | m_uparams |
|
default |
| TIGL_EXPORT tigl::CTiglCompoundSurface::CTiglCompoundSurface | ( | const std::vector< Handle(Geom_BoundedSurface)> & | surfaces, |
| const std::vector< double > & | uparams ) |
| surfaces | A list of (adjacent) surfaces |
| uparams | Ordered list of parameters. Must be one entry more than surfaces |
|
default |
| TIGL_EXPORT gp_Pnt tigl::CTiglCompoundSurface::Value | ( | double | u, |
| double | v ) const |
|
private |
|
private |