diff --git a/src/XCAFPrs/XCAFPrs_AISObject.hxx b/src/XCAFPrs/XCAFPrs_AISObject.hxx index 65cf723656..015461df6e 100644 --- a/src/XCAFPrs/XCAFPrs_AISObject.hxx +++ b/src/XCAFPrs/XCAFPrs_AISObject.hxx @@ -28,6 +28,9 @@ public: //! Creates an object to visualise the shape label. Standard_EXPORT XCAFPrs_AISObject (const TDF_Label& theLabel); + //! Returns the label which was visualised by this presentation + Standard_EXPORT inline TDF_Label GetLabel() const { return myLabel; } + protected: //! Redefined method to compute presentation.