Home
last modified time | relevance | path

Searched refs:NCONTROL (Results 1 – 9 of 9) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/BRepCheck/
H A DBRepCheck_Edge.cxx67 static const Standard_Integer NCONTROL=23;
639 for (i= 0; i< NCONTROL; i++) { in Tolerance()
640 prm = ((NCONTROL-1-i)*First + i*Last)/(NCONTROL-1); in Tolerance()
749 const Standard_Real aStep = (aLP - aFP)/IntToReal(NCONTROL); in CheckPolygonOnTriangulation()
753 for(Standard_Integer i = 1; i < NCONTROL; i ++) in CheckPolygonOnTriangulation()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix.cxx212 const Standard_Integer NCONTROL = 23; in SameParameter() local
213 for ( Standard_Integer i = 0; i < NCONTROL; i++ ) in SameParameter()
215 Standard_Real par = ( f * ( NCONTROL - 1 - i ) + l * i ) / ( NCONTROL - 1 ); in SameParameter()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepBuild/
H A DTopOpeBRepBuild_Tools_1.cxx319 #define NCONTROL 23 macro
336 Standard_Integer i, aNC1=NCONTROL-1; in Validate()
345 for (i = 0; i < NCONTROL; i++) { in Validate()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DShapeAnalysis_Edge.hxx184 … Other, const Standard_Boolean SameParameter, Standard_Real& dev, const Standard_Integer NCONTROL);
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_Pipe.cxx126 const Standard_Integer NCONTROL = 22; in UpdateTolFromTopOrBottomPCurve() local
127 Standard_Real delta = (lpar - fpar)/NCONTROL; in UpdateTolFromTopOrBottomPCurve()
128 for (Standard_Integer i = 0; i <= NCONTROL; i++) in UpdateTolFromTopOrBottomPCurve()
H A DBRepFill_Sweep.cxx399 const Standard_Integer NCONTROL = 23; in CorrectSameParameter() local
400 Standard_Real delta = (lpar - fpar)/NCONTROL; in CorrectSameParameter()
402 for (Standard_Integer i = 0; i <= NCONTROL; i++) in CorrectSameParameter()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeConstruct/
H A DShapeConstruct_ProjectCurveOnSurface.cxx83 #define NCONTROL 23 in IMPLEMENT_STANDARD_RTTIEXT() macro
243 Standard_Integer nbPini = NCONTROL; // as in BRepCheck_Edge (RLN/Nijni) in Perform()
262 while ( nbPini < minPnt ) nbPini += NCONTROL - 1; in Perform()
264 if ( nbPini > NCONTROL ) in Perform()
303 Standard_Integer aNbIntPnts = NCONTROL; in Perform()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib.cxx1273 const Standard_Integer NCONTROL = 22; in SameParameter() local
1362 Standard_Real error = ComputeTol(HC, HC2d, HS, NCONTROL); in SameParameter()
1473 Standard_Real error1 = ComputeTol(HC, HC2d, HS, NCONTROL); in SameParameter()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_MakeOffset.cxx3813 Standard_Integer i, NCONTROL = 23; in ComputeMaxDist() local
3816 for (i = 0; i< NCONTROL; i++) { in ComputeMaxDist()
3817 aPrm = ((NCONTROL - 1 - i)*theFirst + i*theLast) / (NCONTROL - 1); in ComputeMaxDist()