mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-06 01:04:17 +05:00
DCQ : Debug Build Presentation
This commit is contained in:
parent
bbbd230dc9
commit
65d10af48e
@ -232,6 +232,11 @@ void DisplayGUI::BuildPresentation(const Handle(SALOME_InteractiveObject)& theIO
|
|||||||
if(theIO.IsNull())
|
if(theIO.IsNull())
|
||||||
MESSAGE("BuildPresentation(): null SALOME_InteractiveObject passed")
|
MESSAGE("BuildPresentation(): null SALOME_InteractiveObject passed")
|
||||||
|
|
||||||
|
Standard_Boolean testResult;
|
||||||
|
GEOM::GEOM_Shape_var myGeomShape = myDisplayGUI->myGeomBase->ConvertIOinGEOMShape(theIO, testResult);
|
||||||
|
if(!testResult)
|
||||||
|
return;
|
||||||
|
|
||||||
if(QAD_Application::getDesktop()->getActiveStudy()->getActiveStudyFrame()->getTypeView() == VIEW_VTK) {
|
if(QAD_Application::getDesktop()->getActiveStudy()->getActiveStudyFrame()->getTypeView() == VIEW_VTK) {
|
||||||
// VTK
|
// VTK
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user