0026508: Add the possibility to get label from XCAFPrs_AISObject.

This commit is contained in:
stv
2015-08-13 11:13:29 +03:00
committed by ski
parent 1b44ab4b14
commit 773d3a5a0b
+3
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.