1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-01 10:26:12 +03:00
occt/src/BRepLib/FILES
msv c0a1a35fac 0028605: Improve the algorithm of calculation of valid intersection range of an edge
- New method BRepLib::FindValidRange() has been added. It computes the range of the edge not covered by boundary vertices.
- The algorithm of calculation of valid intersection range in the class IntTools_ShrunkRange has been corrected to use the new method.
- The method BOPTools_AlgoTools::MakeSplitEdge() has been improved to protect against errors in the case of reversed orientation of the input edge.
- Two new Draw commands have been added:
  validrange - it calls the new method BRepLib::FindValidRange().
  tolsphere  - it shows tolerances of vertices by drawing a sphere around each vertex of the shape.
- The test cases "offset shape_type_i_c YE1,YE2" became better. The scripts have been corrected to reflect the new state.
2017-04-20 14:53:07 +03:00

36 lines
774 B
Plaintext
Executable File

BRepLib.cxx
BRepLib.hxx
BRepLib_1.cxx
BRepLib_CheckCurveOnSurface.cxx
BRepLib_CheckCurveOnSurface.hxx
BRepLib_Command.cxx
BRepLib_Command.hxx
BRepLib_EdgeError.hxx
BRepLib_FaceError.hxx
BRepLib_FindSurface.cxx
BRepLib_FindSurface.hxx
BRepLib_FuseEdges.cxx
BRepLib_FuseEdges.hxx
BRepLib_MakeEdge.cxx
BRepLib_MakeEdge.hxx
BRepLib_MakeEdge2d.cxx
BRepLib_MakeEdge2d.hxx
BRepLib_MakeFace.cxx
BRepLib_MakeFace.hxx
BRepLib_MakePolygon.cxx
BRepLib_MakePolygon.hxx
BRepLib_MakeShape.cxx
BRepLib_MakeShape.hxx
BRepLib_MakeShell.cxx
BRepLib_MakeShell.hxx
BRepLib_MakeSolid.cxx
BRepLib_MakeSolid.hxx
BRepLib_MakeVertex.cxx
BRepLib_MakeVertex.hxx
BRepLib_MakeWire.cxx
BRepLib_MakeWire.hxx
BRepLib_MakeWire_1.cxx
BRepLib_ShapeModification.hxx
BRepLib_ShellError.hxx
BRepLib_WireError.hxx