#include <BRepFill_ApproxSeewing.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepFill_ApproxSeewing () |
Standard_EXPORT | BRepFill_ApproxSeewing (const BRepFill_MultiLine &ML) |
Standard_EXPORT void | Perform (const BRepFill_MultiLine &ML) |
Standard_EXPORT Standard_Boolean | IsDone () const |
Standard_EXPORT const Handle_Geom_Curve & | Curve () const |
returns the approximation of the 3d Curve | |
Standard_EXPORT const Handle_Geom2d_Curve & | CurveOnF1 () const |
returns the approximation of the PCurve on the first face of the MultiLine | |
Standard_EXPORT const Handle_Geom2d_Curve & | CurveOnF2 () const |
returns the approximation of the PCurve on the first face of the MultiLine | |
Private Attributes | |
BRepFill_MultiLine | myML |
Standard_Boolean | myIsDone |
Handle_Geom_Curve | myCurve |
Handle_Geom2d_Curve | myPCurve1 |
Handle_Geom2d_Curve | myPCurve2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|