mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0029049: Visualization - restore removed class DsgPrs_DatumPrs
This commit is contained in:
@@ -88,10 +88,10 @@ public:
|
||||
Standard_EXPORT Standard_Boolean DrawDatumPart (Prs3d_DatumParts thePart) const;
|
||||
|
||||
//! Sets the axes used in the datum aspect
|
||||
void SetDrawDatumAxes (Prs3d_DatumAxes theType) { myAxes = theType; }
|
||||
void SetDrawDatumAxes (Prs3d_DatumAxes theType) { myAxes = theType; }
|
||||
|
||||
//! Returns axes used in the datum aspect
|
||||
Prs3d_DatumAxes DatumAxes() const { return myAxes; }
|
||||
Prs3d_DatumAxes DatumAxes() const { return myAxes; }
|
||||
|
||||
//! Sets the attribute of the datum type
|
||||
void SetAttribute (Prs3d_DatumAttribute theType, const Standard_Real& theValue)
|
||||
|
Reference in New Issue
Block a user