Open CASCADE Technology 6.6.0
|
#include <Contap_ThePointOfContour.hxx>
Contap_ThePointOfContour::Contap_ThePointOfContour | ( | ) |
Contap_ThePointOfContour::Contap_ThePointOfContour | ( | const gp_Pnt & | Pt, |
const Standard_Real | U, | ||
const Standard_Real | V | ||
) |
const Handle_Adaptor2d_HCurve2d& Contap_ThePointOfContour::Arc | ( | ) | const |
Standard_Boolean Contap_ThePointOfContour::IsInternal | ( | ) | const |
Standard_Boolean Contap_ThePointOfContour::IsMultiple | ( | ) | const |
Standard_Boolean Contap_ThePointOfContour::IsOnArc | ( | ) | const |
Standard_Boolean Contap_ThePointOfContour::IsVertex | ( | ) | const |
Standard_Real Contap_ThePointOfContour::ParameterOnArc | ( | ) | const |
Standard_Real Contap_ThePointOfContour::ParameterOnLine | ( | ) | const |
void Contap_ThePointOfContour::Parameters | ( | Standard_Real & | U1, |
Standard_Real & | V1 | ||
) | const |
void Contap_ThePointOfContour::SetArc | ( | const Handle< Adaptor2d_HCurve2d > & | A, |
const Standard_Real | Param, | ||
const IntSurf_Transition & | TLine, | ||
const IntSurf_Transition & | TArc | ||
) |
void Contap_ThePointOfContour::SetInternal | ( | ) |
void Contap_ThePointOfContour::SetMultiple | ( | ) |
void Contap_ThePointOfContour::SetParameter | ( | const Standard_Real | Para | ) |
void Contap_ThePointOfContour::SetValue | ( | const gp_Pnt & | Pt, |
const Standard_Real | U, | ||
const Standard_Real | V | ||
) |
void Contap_ThePointOfContour::SetVertex | ( | const Handle< Adaptor3d_HVertex > & | V | ) |
const IntSurf_Transition& Contap_ThePointOfContour::TransitionOnArc | ( | ) | const |
const IntSurf_Transition& Contap_ThePointOfContour::TransitionOnLine | ( | ) | const |
const gp_Pnt& Contap_ThePointOfContour::Value | ( | ) | const |
const Handle_Adaptor3d_HVertex& Contap_ThePointOfContour::Vertex | ( | ) | const |