mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0026508: Add the possibility to get label from XCAFPrs_AISObject.
This commit is contained in:
parent
1b44ab4b14
commit
773d3a5a0b
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user