20 #ifndef GeomAPI_ICustomPrs_H
21 #define GeomAPI_ICustomPrs_H
24 #include "GeomAPI_AISObject.h"
25 #include "GeomAPI_AISObject.h"
43 AISObjectPtr thePrs) = 0;
46 typedef std::shared_ptr<GeomAPI_ICustomPrs> GeomCustomPrsPtr;
Interface of a class which can provide specific customization of object presentation.
Definition: GeomAPI_ICustomPrs.h:37
virtual bool customisePresentation(std::shared_ptr< ModelAPI_Result > theResult, AISObjectPtr thePrs)=0
Modifies the given presentation in the custom way.
The result of a feature.
Definition: ModelAPI_Result.h:37