Open CASCADE Technology 6.6.0
|
Conversion of the complete geometry of a shape into
NURBS geometry. For example, all curves supporting
edges of the basis shape are converted into BSpline
curves, and all surfaces supporting its faces are
converted into BSpline surfaces.
#include <BRepBuilderAPI_NurbsConvert.hxx>
Public Member Functions | |
BRepBuilderAPI_NurbsConvert () | |
Constructs a framework for converting the geometry of a shape into NURBS geometry. Use the function Perform to define the shape to convert. | |
BRepBuilderAPI_NurbsConvert (const TopoDS_Shape &S, const Standard_Boolean Copy=Standard_False) | |
Builds a new shape by converting the geometry of the shape S into NURBS geometry. Specifically, all curves supporting edges of S are converted into BSpline curves, and all surfaces supporting its faces are converted into BSpline surfaces. Use the function Shape to access the new shape. Note: the constructed framework can be reused to convert other shapes. You specify these with the function Perform. | |
void | Perform (const TopoDS_Shape &S, const Standard_Boolean Copy=Standard_False) |
Builds a new shape by converting the geometry of the shape S into NURBS geometry. Specifically, all curves supporting edges of S are converted into BSpline curves, and all surfaces supporting its faces are converted into BSpline surfaces. Use the function Shape to access the new shape. Note: this framework can be reused to convert other shapes: you specify them by calling the function Perform again. |
BRepBuilderAPI_NurbsConvert::BRepBuilderAPI_NurbsConvert | ( | ) |
BRepBuilderAPI_NurbsConvert::BRepBuilderAPI_NurbsConvert | ( | const TopoDS_Shape & | S, |
const Standard_Boolean | Copy = Standard_False |
||
) |
void BRepBuilderAPI_NurbsConvert::Perform | ( | const TopoDS_Shape & | S, |
const Standard_Boolean | Copy = Standard_False |
||
) |