#include <ShapeCustom_Curve.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | ShapeCustom_Curve () |
Standard_EXPORT | ShapeCustom_Curve (const Handle(Geom_Curve)&C) |
Standard_EXPORT void | Init (const Handle(Geom_Curve)&C) |
Standard_EXPORT Handle_Geom_Curve | ConvertToPeriodic (const Standard_Boolean substitute, const Standard_Real preci=-1) |
Tries to convert the Curve to the Periodic form Returns the resulting curve Works only if the Curve is BSpline and is closed with Precision::Confusion() Else, or in case of failure, returns a Null Handle . | |
Private Attributes | |
Handle_Geom_Curve | myCurve |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|