|
Open CASCADE Technology 6.5.2
|
Translates polyline entity into Geom_BSpline
In case if polyline has more than 2 points bspline will be C0
#include <StepToGeom_MakePolyline.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_Boolean | Convert (const Handle< StepGeom_Polyline > &SPL, Handle< Geom_BSplineCurve > &CC) |
| static Standard_Boolean StepToGeom_MakePolyline::Convert | ( | const Handle< StepGeom_Polyline > & | SPL, |
| Handle< Geom_BSplineCurve > & | CC | ||
| ) | [static] |
| void StepToGeom_MakePolyline::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from StepToGeom_Root.
| void* StepToGeom_MakePolyline::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from StepToGeom_Root.
| void* StepToGeom_MakePolyline::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from StepToGeom_Root.
1.7.4