Open CASCADE Technology
7.4.0
|
#include <StdPrs_HLRToolShape.hxx>
Public Member Functions | |
StdPrs_HLRToolShape (const TopoDS_Shape &TheShape, const HLRAlgo_Projector &TheProjector) | |
Standard_Integer | NbEdges () const |
void | InitVisible (const Standard_Integer EdgeNumber) |
Standard_Boolean | MoreVisible () const |
void | NextVisible () |
void | Visible (BRepAdaptor_Curve &TheEdge, Standard_Real &U1, Standard_Real &U2) |
void | InitHidden (const Standard_Integer EdgeNumber) |
Standard_Boolean | MoreHidden () const |
void | NextHidden () |
void | Hidden (BRepAdaptor_Curve &TheEdge, Standard_Real &U1, Standard_Real &U2) |
StdPrs_HLRToolShape::StdPrs_HLRToolShape | ( | const TopoDS_Shape & | TheShape, |
const HLRAlgo_Projector & | TheProjector | ||
) |
void StdPrs_HLRToolShape::Hidden | ( | BRepAdaptor_Curve & | TheEdge, |
Standard_Real & | U1, | ||
Standard_Real & | U2 | ||
) |
void StdPrs_HLRToolShape::InitHidden | ( | const Standard_Integer | EdgeNumber | ) |
void StdPrs_HLRToolShape::InitVisible | ( | const Standard_Integer | EdgeNumber | ) |
Standard_Boolean StdPrs_HLRToolShape::MoreHidden | ( | ) | const |
Standard_Boolean StdPrs_HLRToolShape::MoreVisible | ( | ) | const |
Standard_Integer StdPrs_HLRToolShape::NbEdges | ( | ) | const |
void StdPrs_HLRToolShape::NextHidden | ( | ) |
void StdPrs_HLRToolShape::NextVisible | ( | ) |
void StdPrs_HLRToolShape::Visible | ( | BRepAdaptor_Curve & | TheEdge, |
Standard_Real & | U1, | ||
Standard_Real & | U2 | ||
) |