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