Open CASCADE Technology
6.5.4
|
#include <Contap_TheLineOfContour.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | Contap_TheLineOfContour () |
void | SetLineOn2S (const Handle< IntSurf_LineOn2S > &L) |
void | Clear () |
const Handle_IntSurf_LineOn2S & | LineOn2S () const |
void | ResetSeqOfVertex () |
void | Add (const IntSurf_PntOn2S &P) |
void | SetValue (const gp_Lin &L) |
void | SetValue (const gp_Circ &C) |
void | SetValue (const Handle< Adaptor2d_HCurve2d > &A) |
void | Add (const Contap_ThePointOfContour &P) |
Standard_Integer | NbVertex () const |
Contap_ThePointOfContour & | Vertex (const Standard_Integer Index) const |
Contap_IType | TypeContour () const |
Standard_Integer | NbPnts () const |
const IntSurf_PntOn2S & | Point (const Standard_Integer Index) const |
gp_Lin | Line () const |
gp_Circ | Circle () const |
const Handle_Adaptor2d_HCurve2d & | Arc () const |
void | SetTransitionOnS (const IntSurf_TypeTrans T) |
IntSurf_TypeTrans | TransitionOnS () const |
const Handle_Adaptor2d_HCurve2d& Contap_TheLineOfContour::Arc | ( | ) | const |
gp_Circ Contap_TheLineOfContour::Circle | ( | ) | const |
gp_Lin Contap_TheLineOfContour::Line | ( | ) | const |
const Handle_IntSurf_LineOn2S& Contap_TheLineOfContour::LineOn2S | ( | ) | const |
const IntSurf_PntOn2S& Contap_TheLineOfContour::Point | ( | const Standard_Integer | Index | ) | const |
Contap_ThePointOfContour& Contap_TheLineOfContour::Vertex | ( | const Standard_Integer | Index | ) | const |