|
Open CASCADE Technology
6.5.4
|
auxiliary class to display intermediate results
in Draw's winowds for the debugging purposes
#include <BOP_Draw.hxx>
Static Public Member Functions | |
| static DEFINE_STANDARD_ALLOC void | DrawListOfShape (const TopTools_ListOfShape &aList, const Standard_CString aName) |
| Display in 3D-view shapes from the ListOfShape <aList> aName is base name of shape. Actual name for each subsequent shape will be aName+"_#", where - is ordered index of the shape in
| |
| static void | DrawListOfEdgesWithPC (const TopoDS_Face &aFace, const TopTools_ListOfShape &aList, const Standard_CString aName) |
| Display in 2D-view the edges from the ListOfShape <aList>, that have P-curves for the face <aFace> aName is base name of shape. Actual name for each subsequent shape will be aName+"_#", where - is ordered index of the shape in
| |
| static void | DrawListOfEdgesWithPC (const TopoDS_Face &aFace, const TopTools_ListOfShape &aList, const Standard_Integer anInd, const Standard_CString aName) |
| Display in 2D-view the edges from the ListOfShape <aList>, that have P-curves for the face <aFace> aName is base name of shape. Actual name for each shape will be aName+"_anInd" | |
| static void | DrawEdgeWithPC (const TopoDS_Face &aFace, const TopoDS_Edge &aEdge, const Standard_CString aName) |
| Display in 2D-view the edge, that has P-curve for the face <aFace> aName is the name of shape. | |
| static void | Wait () |
| Wait for user's keystroke | |
| static void BOP_Draw::DrawEdgeWithPC | ( | const TopoDS_Face & | aFace, |
| const TopoDS_Edge & | aEdge, | ||
| const Standard_CString | aName | ||
| ) | [static] |
| static void BOP_Draw::DrawListOfEdgesWithPC | ( | const TopoDS_Face & | aFace, |
| const TopTools_ListOfShape & | aList, | ||
| const Standard_CString | aName | ||
| ) | [static] |
| static void BOP_Draw::DrawListOfEdgesWithPC | ( | const TopoDS_Face & | aFace, |
| const TopTools_ListOfShape & | aList, | ||
| const Standard_Integer | anInd, | ||
| const Standard_CString | aName | ||
| ) | [static] |
| static DEFINE_STANDARD_ALLOC void BOP_Draw::DrawListOfShape | ( | const TopTools_ListOfShape & | aList, |
| const Standard_CString | aName | ||
| ) | [static] |
| static void BOP_Draw::Wait | ( | ) | [static] |
1.8.0