mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-30 21:20:33 +05:00
OCCT 7.0 compatibility
This commit is contained in:
parent
122b5e9042
commit
c978009003
@ -1534,7 +1534,7 @@ void EntityGUI_3DSketcherDlg::displayAngle (double theAngle,
|
|||||||
P0,
|
P0,
|
||||||
P1,
|
P1,
|
||||||
P2);
|
P2);
|
||||||
if (anAngleIO == NULL)
|
if (anAngleIO.IsNull())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (store)
|
if (store)
|
||||||
|
@ -56,7 +56,7 @@ bool GEOM_Solver::UpdateObject(Handle(GEOM_Object) theObject, TDF_LabelSequence&
|
|||||||
//=============================================================================
|
//=============================================================================
|
||||||
bool GEOM_Solver::ComputeFunction(Handle(GEOM_Function) theFunction)
|
bool GEOM_Solver::ComputeFunction(Handle(GEOM_Function) theFunction)
|
||||||
{
|
{
|
||||||
if(theFunction == NULL) return false;
|
if(theFunction.IsNull()) return false;
|
||||||
Standard_GUID aGUID = theFunction->GetDriverGUID();
|
Standard_GUID aGUID = theFunction->GetDriverGUID();
|
||||||
|
|
||||||
Handle(TFunction_Driver) aDriver;
|
Handle(TFunction_Driver) aDriver;
|
||||||
|
Loading…
Reference in New Issue
Block a user