|
Open CASCADE Technology 7.9.3
|
#include <Contap_Contour.hxx>
Public Member Functions | |
| Contap_Contour () | |
| Contap_Contour (const gp_Vec &Direction) | |
| Contap_Contour (const gp_Vec &Direction, const Standard_Real Angle) | |
| Contap_Contour (const gp_Pnt &Eye) | |
| Contap_Contour (const Handle< Adaptor3d_Surface > &Surf, const Handle< Adaptor3d_TopolTool > &Domain, const gp_Vec &Direction) | |
| Creates the contour in a given direction. | |
| Contap_Contour (const Handle< Adaptor3d_Surface > &Surf, const Handle< Adaptor3d_TopolTool > &Domain, const gp_Vec &Direction, const Standard_Real Angle) | |
| Creates the contour in a given direction. | |
| Contap_Contour (const Handle< Adaptor3d_Surface > &Surf, const Handle< Adaptor3d_TopolTool > &Domain, const gp_Pnt &Eye) | |
| Creates the contour for a perspective view. | |
| void | Perform (const Handle< Adaptor3d_Surface > &Surf, const Handle< Adaptor3d_TopolTool > &Domain) |
| Creates the contour in a given direction. | |
| void | Perform (const Handle< Adaptor3d_Surface > &Surf, const Handle< Adaptor3d_TopolTool > &Domain, const gp_Vec &Direction) |
| Creates the contour in a given direction. | |
| void | Perform (const Handle< Adaptor3d_Surface > &Surf, const Handle< Adaptor3d_TopolTool > &Domain, const gp_Vec &Direction, const Standard_Real Angle) |
| Creates the contour in a given direction. | |
| void | Perform (const Handle< Adaptor3d_Surface > &Surf, const Handle< Adaptor3d_TopolTool > &Domain, const gp_Pnt &Eye) |
| Creates the contour for a perspective view. | |
| void | Init (const gp_Vec &Direction) |
| void | Init (const gp_Vec &Direction, const Standard_Real Angle) |
| void | Init (const gp_Pnt &Eye) |
| Standard_Boolean | IsDone () const |
| Standard_Boolean | IsEmpty () const |
| Returns true if the is no line. | |
| Standard_Integer | NbLines () const |
| const Contap_Line & | Line (const Standard_Integer Index) const |
| Contap_SurfFunction & | SurfaceFunction () |
| Returns a reference on the internal SurfaceFunction. This is used to compute tangents on the lines. | |
| Contap_Contour::Contap_Contour | ( | ) |
| Contap_Contour::Contap_Contour | ( | const gp_Vec & | Direction | ) |
| Contap_Contour::Contap_Contour | ( | const gp_Vec & | Direction, |
| const Standard_Real | Angle ) |
| Contap_Contour::Contap_Contour | ( | const gp_Pnt & | Eye | ) |
| Contap_Contour::Contap_Contour | ( | const Handle< Adaptor3d_Surface > & | Surf, |
| const Handle< Adaptor3d_TopolTool > & | Domain, | ||
| const gp_Vec & | Direction ) |
Creates the contour in a given direction.
| Contap_Contour::Contap_Contour | ( | const Handle< Adaptor3d_Surface > & | Surf, |
| const Handle< Adaptor3d_TopolTool > & | Domain, | ||
| const gp_Vec & | Direction, | ||
| const Standard_Real | Angle ) |
Creates the contour in a given direction.
| Contap_Contour::Contap_Contour | ( | const Handle< Adaptor3d_Surface > & | Surf, |
| const Handle< Adaptor3d_TopolTool > & | Domain, | ||
| const gp_Pnt & | Eye ) |
Creates the contour for a perspective view.
| void Contap_Contour::Init | ( | const gp_Pnt & | Eye | ) |
| void Contap_Contour::Init | ( | const gp_Vec & | Direction | ) |
| void Contap_Contour::Init | ( | const gp_Vec & | Direction, |
| const Standard_Real | Angle ) |
| Standard_Boolean Contap_Contour::IsDone | ( | ) | const |
| Standard_Boolean Contap_Contour::IsEmpty | ( | ) | const |
Returns true if the is no line.
| const Contap_Line & Contap_Contour::Line | ( | const Standard_Integer | Index | ) | const |
| Standard_Integer Contap_Contour::NbLines | ( | ) | const |
| void Contap_Contour::Perform | ( | const Handle< Adaptor3d_Surface > & | Surf, |
| const Handle< Adaptor3d_TopolTool > & | Domain ) |
Creates the contour in a given direction.
| void Contap_Contour::Perform | ( | const Handle< Adaptor3d_Surface > & | Surf, |
| const Handle< Adaptor3d_TopolTool > & | Domain, | ||
| const gp_Pnt & | Eye ) |
Creates the contour for a perspective view.
| void Contap_Contour::Perform | ( | const Handle< Adaptor3d_Surface > & | Surf, |
| const Handle< Adaptor3d_TopolTool > & | Domain, | ||
| const gp_Vec & | Direction ) |
Creates the contour in a given direction.
| void Contap_Contour::Perform | ( | const Handle< Adaptor3d_Surface > & | Surf, |
| const Handle< Adaptor3d_TopolTool > & | Domain, | ||
| const gp_Vec & | Direction, | ||
| const Standard_Real | Angle ) |
Creates the contour in a given direction.
| Contap_SurfFunction & Contap_Contour::SurfaceFunction | ( | ) |
Returns a reference on the internal SurfaceFunction. This is used to compute tangents on the lines.