A class to manage display of presentations of center points of circular edges outside of a current sketcher.
More...
#include <PartSet_ExternalPointsMgr.h>
|
| void | onDisplayObject (ObjectPtr theObj, AISObjectPtr theAIS) |
| | A slot which processes display of object. More...
|
| |
| void | onEraseObject (ObjectPtr theObj, AISObjectPtr theAIS) |
| | A slot which processes erase of object. More...
|
| |
|
void | onSelectionChanged () |
| |
A class to manage display of presentations of center points of circular edges outside of a current sketcher.
◆ onDisplayObject
| void PartSet_ExternalPointsMgr::onDisplayObject |
( |
ObjectPtr |
theObj, |
|
|
AISObjectPtr |
theAIS |
|
) |
| |
|
slot |
A slot which processes display of object.
- Parameters
-
| theObj | the displayed object |
| theAIS | its presentation |
◆ onEraseObject
| void PartSet_ExternalPointsMgr::onEraseObject |
( |
ObjectPtr |
theObj, |
|
|
AISObjectPtr |
theAIS |
|
) |
| |
|
slot |
A slot which processes erase of object.
- Parameters
-
| theObj | the displayed object |
| theAIS | its presentation |