#include <CTiglTopoAlgorithms.h>
Static Public Member Functions | |
| static TIGL_EXPORT TopoDS_Shape | CutShellAtKinks (const TopoDS_Shape &shape) |
| Cuts the surface at c1 discontinuities into a shell. | |
| static TIGL_EXPORT TopoDS_Shape | CutShellAtUVParameters (const TopoDS_Shape &shape, std::vector< double > uparams, std::vector< double > vparams) |
| Cuts all faces of shell at the specified parameters. | |
| static TIGL_EXPORT TopoDS_Shell | CutSurfaceAtKinks (Handle(Geom_BSplineSurface) surface) |
| Cuts the surface at c1 discontinuities into a shell. | |
| static TIGL_EXPORT void | CutSurfaceAtKinks (Handle(Geom_BSplineSurface) surface, TopoDS_Shell &shell) |
| Cuts the surface at c1 discontinuities. The resulting faces are added to the shell. | |
| static TIGL_EXPORT TopoDS_Shell | CutSurfaceAtUVParameters (Handle(Geom_Surface) surface, std::vector< double > uparams, std::vector< double > vparams) |
| Cuts the surface at the specified parameters into a shell. | |
| static TIGL_EXPORT void | CutSurfaceAtUVParameters (Handle(Geom_Surface) surface, std::vector< double > uparams, std::vector< double > vparams, TopoDS_Shell &shell) |
| static TIGL_EXPORT bool | IsDegenerated (const TopoDS_Wire &wire) |
| Checks, whether the wire is degenereated, i.e. infinitesimal small. | |
|
static |
Cuts the surface at c1 discontinuities into a shell.
| shape | The shape to be cut |
|
static |
Cuts all faces of shell at the specified parameters.
| shape | The shape to be cut |
| uparams | U-Parameters to cut |
| vparams | V-Parameters to cut |
|
static |
Cuts the surface at c1 discontinuities into a shell.
| surface | The surface to be cut |
|
static |
Cuts the surface at c1 discontinuities. The resulting faces are added to the shell.
| surface | The surface to be cut |
| shell | The shell to add the faces |
|
static |
Cuts the surface at the specified parameters into a shell.
| surface | The surface to be cut |
| uparams | U-Parameters to cut |
| vparams | V-Parameters to cut |
|
static |
|
static |
Checks, whether the wire is degenereated, i.e. infinitesimal small.