|
Open CASCADE Technology 6.5.2
|
#include <IntPatch_PolyArc.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| IntPatch_PolyArc (const Handle< Adaptor2d_HCurve2d > &A, const Standard_Integer NbSample, const Standard_Real Pfirst, const Standard_Real Plast, const Bnd_Box2d &BoxOtherPolygon) | |
| Creates the polygon of the arc A on the surface S. The arc is limited by the parameters Pfirst and Plast. None of these parameters can be infinite. | |
| const Bnd_Box2d & | Bounding () const |
| Standard_Real | Error () const |
| Standard_Boolean | Closed () const |
| Standard_Integer | NbPoints () const |
| gp_Pnt2d | Point (const Standard_Integer Index) const |
| Standard_Real | Parameter (const Standard_Integer Index) const |
| void | SetOffset (const Standard_Real OffsetX, const Standard_Real OffsetY) |
| IntPatch_PolyArc::IntPatch_PolyArc | ( | const Handle< Adaptor2d_HCurve2d > & | A, |
| const Standard_Integer | NbSample, | ||
| const Standard_Real | Pfirst, | ||
| const Standard_Real | Plast, | ||
| const Bnd_Box2d & | BoxOtherPolygon | ||
| ) |
| const Bnd_Box2d& IntPatch_PolyArc::Bounding | ( | ) | const [virtual] |
Implements IntPatch_Polygo.
| Standard_Boolean IntPatch_PolyArc::Closed | ( | ) | const [virtual] |
Implements IntPatch_Polygo.
| Standard_Real IntPatch_PolyArc::Error | ( | ) | const [virtual] |
Implements IntPatch_Polygo.
| Standard_Integer IntPatch_PolyArc::NbPoints | ( | ) | const [virtual] |
Implements IntPatch_Polygo.
| void IntPatch_PolyArc::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from IntPatch_Polygo.
| void* IntPatch_PolyArc::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from IntPatch_Polygo.
| void* IntPatch_PolyArc::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from IntPatch_Polygo.
| Standard_Real IntPatch_PolyArc::Parameter | ( | const Standard_Integer | Index | ) | const |
| gp_Pnt2d IntPatch_PolyArc::Point | ( | const Standard_Integer | Index | ) | const [virtual] |
Implements IntPatch_Polygo.
| void IntPatch_PolyArc::SetOffset | ( | const Standard_Real | OffsetX, |
| const Standard_Real | OffsetY | ||
| ) |
1.7.4