#include <BOP_Draw.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
Static Public Member Functions | |
| static Standard_EXPORT 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 <alist> . | |
| static Standard_EXPORT 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 <alist> . | |
| static Standard_EXPORT 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 Standard_EXPORT 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 Standard_EXPORT void | Wait () |
| Wait for user's keystroke . | |
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
1.4.1