|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | DBRep_HideData () |
Standard_EXPORT void | Set (const Standard_Integer ViewId, const gp_Trsf &TProj, const Standard_Real Focal, const TopoDS_Shape &S, const Standard_Real ang) |
| ViewId is the view number
TProj the projection
Focal <= 0 means parallel projection
Alg : the hidden lines
.
|
Standard_Integer | ViewId () const |
Standard_Real | Angle () const |
Standard_EXPORT Standard_Boolean | IsSame (const gp_Trsf &TProj, const Standard_Real Focla) const |
| Returns True if the projection is the same
.
|
Standard_EXPORT void | DrawOn (Draw_Display &D, const Standard_Boolean withRg1, const Standard_Boolean withRgN, const Standard_Boolean withHid, const Draw_Color &VisCol, const Draw_Color &HidCol) |
Standard_EXPORT const TopoDS_Shape & | LastPick () const |
| Returns the subshape touched by the last pick.
.
|
Private Attributes |
Standard_Integer | myView |
gp_Trsf | myTrsf |
Standard_Real | myFocal |
HLRBRep_ListOfBPoint | myBiPntVis |
HLRBRep_ListOfBPoint | myBiPntHid |
TopoDS_Shape | myPickShap |
Standard_Real | myAngle |