|
SHAPER 9.16.0
|
Interface of a class which can provide specific customization of object presentation. More...
#include <GeomAPI_ICustomPrs.h>

Public Member Functions | |
| virtual bool | customisePresentation (std::shared_ptr< ModelAPI_Result > theResult, AISObjectPtr thePrs)=0 |
| Modifies the given presentation in the custom way. More... | |
Interface of a class which can provide specific customization of object presentation.
|
pure virtual |
Modifies the given presentation in the custom way.
Implemented in ConstructionPlugin_Axis, ConstructionPlugin_Plane, and ConstructionPlugin_Point.