OCC Main Page | ModelingAlgorithms | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

ModelingAlgorithms
TKTopAlgo
BRepBuilderAPI


BRepBuilderAPI_NurbsConvert Class Reference

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>

Inheritance diagram for BRepBuilderAPI_NurbsConvert:

Inheritance graph
[legend]

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
Standard_EXPORT 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.
.
Standard_EXPORT 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.
.
Standard_EXPORT 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.
.

Constructor & Destructor Documentation

Standard_EXPORT BRepBuilderAPI_NurbsConvert::BRepBuilderAPI_NurbsConvert  ) 
 

Standard_EXPORT BRepBuilderAPI_NurbsConvert::BRepBuilderAPI_NurbsConvert const TopoDS_Shape &  S,
const Standard_Boolean  Copy = Standard_False
 


Member Function Documentation

void BRepBuilderAPI_NurbsConvert::operator delete void *  anAddress  )  [inline]
 

Reimplemented from BRepBuilderAPI_ModifyShape.

void* BRepBuilderAPI_NurbsConvert::operator new size_t  size  )  [inline]
 

Reimplemented from BRepBuilderAPI_ModifyShape.

void* BRepBuilderAPI_NurbsConvert::operator new size_t  ,
void *  anAddress
[inline]
 

Reimplemented from BRepBuilderAPI_ModifyShape.

Standard_EXPORT void BRepBuilderAPI_NurbsConvert::Perform const TopoDS_Shape &  S,
const Standard_Boolean  Copy = Standard_False
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:41:07 2008 for OpenCASCADE by  doxygen 1.4.1