Sprout from V4_1_0_maintainance 2008-12-17 11:16:00 UTC jfa <jfa@opencascade.com> 'Bug
0020075: EDF VISU 905: Impossible to create a deformed shape.'
Cherrypick from V4_1_0_maintainance 2008-11-27 13:37:14 UTC abd <abd@opencascade.com> 'Update copyright information':
src/CONVERTOR/VISU_Convertor_impl.cxx
src/VISUGUI/VisuGUI.cxx
const VISU::PMeshOnEntityImpl& theMeshOnEntity,
const VISU::PProfileImpl& theProfile)
{
- //rnv fix for bug IPAL18514 4x (CRASH after trying to build of presentation):
- // throw exection in case if pointer on profile =0
- if(!theProfile.get())
- EXCEPTION(std::runtime_error,"GetMeshOnProfile: theProfile.get() == NULL");
-
// rnv fix for issue 19999:
// Throw exception in case if mesh on entity from profile is not equal
// input mesh on entity. This exception catch in tne VISU_Convertor_impl::GetTimeStampOnMesh
// create mesh presentation and display it in aViewWindow
CreateMesh(this, anIO, aViewWindow);
- aViewWindow->highlight(anIO, 1);
}
void
// create mesh presentation and display it in aViewWindow
CreateMesh(this, anIO, aViewWindow);
- aViewWindow->highlight(anIO, 1);
}
}