1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0026508: Add the possibility to get label from XCAFPrs_AISObject.

This commit is contained in:
stv 2015-07-31 12:59:48 +03:00 committed by ski
parent 1b44ab4b14
commit 773d3a5a0b

View File

@ -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.