mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0023547: Tests failures in debug mode
1. DRAW-commands for curve/surface continuity returning were changed. 2. Output of "distmini" DRAW-command is amended. 3. Function MinMax() was moved from Standard_Real to IntPatch_ImpImpIntersection_4.gxx. 4. Incorrect computing of nbcurveC1 in Geom2dConvert::C0BSplineToC1BSplineCurve(...) function was liquidated. Test cases were changed.
This commit is contained in:
@@ -2006,7 +2006,12 @@ Standard_Boolean STEPCAFControl_Writer::WriteDGTs (const Handle(XSControl_WorkSe
|
||||
Handle(Interface_InterfaceModel) Model = WS->Model();
|
||||
Handle(XSControl_TransferWriter) TW = WS->TransferWriter();
|
||||
Handle(Transfer_FinderProcess) FP = TW->FinderProcess();
|
||||
Interface_Graph aGraph = WS->HGraph()->Graph();
|
||||
|
||||
const Handle(Interface_HGraph) aHGraph = WS->HGraph();
|
||||
if(aHGraph.IsNull())
|
||||
return Standard_False;
|
||||
|
||||
Interface_Graph aGraph = aHGraph->Graph();
|
||||
Handle(XCAFDoc_DimTolTool) DGTTool = XCAFDoc_DocumentTool::DimTolTool( labels(1) );
|
||||
if(DGTTool.IsNull() ) return Standard_False;
|
||||
|
||||
@@ -2387,6 +2392,11 @@ Standard_Boolean STEPCAFControl_Writer::WriteMaterials (const Handle(XSControl_W
|
||||
Handle(Interface_InterfaceModel) Model = WS->Model();
|
||||
Handle(XSControl_TransferWriter) TW = WS->TransferWriter();
|
||||
Handle(Transfer_FinderProcess) FP = TW->FinderProcess();
|
||||
|
||||
const Handle(Interface_HGraph) aHGraph = WS->HGraph();
|
||||
if(aHGraph.IsNull())
|
||||
return Standard_False;
|
||||
|
||||
Interface_Graph aGraph = WS->HGraph()->Graph();
|
||||
Handle(XCAFDoc_ShapeTool) ShTool = XCAFDoc_DocumentTool::ShapeTool( labels(1) );
|
||||
if(ShTool.IsNull() ) return Standard_False;
|
||||
|
Reference in New Issue
Block a user