|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepFill_MultiLine () |
Standard_EXPORT | BRepFill_MultiLine (const TopoDS_Face &Face1, const TopoDS_Face &Face2, const TopoDS_Edge &Edge1, const TopoDS_Edge &Edge2, const Standard_Boolean Inv1, const Standard_Boolean Inv2, const Handle(Geom2d_Curve)&Bissec) |
Standard_EXPORT Standard_Boolean | IsParticularCase () const |
| Search if the Projection of the Bissectrice on the
faces needs an approximation or not.
Returns true if the approximation is not needed.
.
|
Standard_EXPORT GeomAbs_Shape | Continuity () const |
| Returns the continuity betwwen the two faces
seShape from GeomAbsparated by myBis.
.
|
Standard_EXPORT void | Curves (Handle(Geom_Curve)&Curve, Handle(Geom2d_Curve)&PCurve1, Handle(Geom2d_Curve)&PCurve2) const |
| raises if IsParticularCase is <false>.
|
Standard_EXPORT Standard_Real | FirstParameter () const |
| returns the first parameter of the Bissectrice.
|
Standard_EXPORT Standard_Real | LastParameter () const |
| returns the last parameter of the Bissectrice.
|
Standard_EXPORT gp_Pnt | Value (const Standard_Real U) const |
| Returns the current point on the 3d curve
.
|
Standard_EXPORT gp_Pnt2d | ValueOnF1 (const Standard_Real U) const |
| returns the current point on the PCurve of the
first face
|
Standard_EXPORT gp_Pnt2d | ValueOnF2 (const Standard_Real U) const |
| returns the current point on the PCurve of the
first face
|
Standard_EXPORT void | Value3dOnF1OnF2 (const Standard_Real U, gp_Pnt &P3d, gp_Pnt2d &PF1, gp_Pnt2d &PF2) const |
Private Attributes |
TopoDS_Face | myFace1 |
TopoDS_Face | myFace2 |
Geom2dAdaptor_Curve | myU1 |
Geom2dAdaptor_Curve | myV1 |
Geom2dAdaptor_Curve | myU2 |
Geom2dAdaptor_Curve | myV2 |
Standard_Boolean | myIsoU1 |
Standard_Boolean | myIsoU2 |
Geom2dAdaptor_Curve | myBis |
Standard_Integer | myKPart |
GeomAbs_Shape | myCont |