mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-27 22:40:34 +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())
|
||||
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) {
|
||||
// VTK
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user