mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
refs #355: Add possibility to hide clipping plane
(cherry picked from commit ca1f82f6c6860a2e1995d7d9a66ce8c152e9d3cc)
This commit is contained in:
@@ -305,3 +305,23 @@ Standard_GUID XCAFDoc::LockGUID()
|
||||
static Standard_GUID ID("efd213eb-6dfd-11d4-b9c8-0060b0ee281b");
|
||||
return ID;
|
||||
}
|
||||
//=======================================================================
|
||||
//function : ViewRefEnabledShapesGUID
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
Standard_GUID XCAFDoc::ClipPlaneCappingRefGUID()
|
||||
{
|
||||
static Standard_GUID ID("50976BC9-A2B0-497C-9A66-443FB8703DAD");
|
||||
return ID;
|
||||
}
|
||||
//=======================================================================
|
||||
//function : LockGUID
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
Standard_GUID XCAFDoc::ClipPlaneVisibleRefGUID()
|
||||
{
|
||||
static Standard_GUID ID("279E76D5-4EFF-4F48-81D5-01CA307A5634");
|
||||
return ID;
|
||||
}
|
||||
|
Reference in New Issue
Block a user