#include <ShapeUpgrade.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
Static Public Member Functions | |
| static Standard_EXPORT Standard_Boolean | C0BSplineToSequenceOfC1BSplineCurve (const Handle(Geom_BSplineCurve)&BS, Handle(TColGeom_HSequenceOfBoundedCurve)&seqBS) |
| static Standard_EXPORT Standard_Boolean | C0BSplineToSequenceOfC1BSplineCurve (const Handle(Geom2d_BSplineCurve)&BS, Handle(TColGeom2d_HSequenceOfBoundedCurve)&seqBS) |
| Converts C0 B-Spline curve into sequence of C1 B-Spline curves. This method splits B-Spline at the knots with multiplicities equal to degree, i.e. unlike method GeomConvert::C0BSplineToArrayOfC1BSplineCurve this one does not use any tolerance and therefore does not change the geometry of B-Spline. Returns True if C0 B-Spline was successfully splitted, else returns False (if BS is C1 B-Spline). . | |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
1.4.1