mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0027870: Modeling - refactoring of HLR algorithms
Toolkit 'TKHLR' was fully refactored for 'Standard_Address' and macros except about half of package 'HLRBREP' there 'Standard_Address' is used through the 'generic' mechanism.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include <Standard_OutOfRange.hxx>
|
||||
#include <StdFail_NotDone.hxx>
|
||||
|
||||
#define Tolpetit 1.e-8
|
||||
static const Standard_Real Tolpetit = 1.e-8;
|
||||
|
||||
Contap_ContAna::Contap_ContAna (): done(Standard_False) {}
|
||||
|
||||
|
@@ -44,9 +44,9 @@
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
#include <TopTrans_CurveTransition.hxx>
|
||||
|
||||
#define Tolpetit 1.e-10 // pour dist au carre
|
||||
static const Standard_Real Tolpetit = 1.e-10; // pour dist au carre
|
||||
|
||||
#define tole 5.e-6
|
||||
static const Standard_Real tole = 5.e-6;
|
||||
|
||||
Contap_Contour::Contap_Contour () :
|
||||
done(Standard_False),modeset(Standard_False)
|
||||
|
@@ -14,7 +14,7 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
// jag 940616 #define Tolpetit 1.e-16
|
||||
// jag 940616 Tolpetit = 1.e-16
|
||||
|
||||
#include <Adaptor3d_HSurface.hxx>
|
||||
#include <Adaptor3d_HSurfaceTool.hxx>
|
||||
|
Reference in New Issue
Block a user