mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
Modification: class IntTools_EdgeEdge For correct computation of resolution for curves of type Hyperbola and Parabola two new static functions have been implemented: static Standard_Real ResolutionCoeff(const BRepAdaptor_Curve& theBAC, const IntTools_Range& theRange); static Standard_Real Resolution(const Handle(Geom_Curve)& theCurve, const GeomAbs_CurveType theCurveType, const Standard_Real theResCoeff, const Standard_Real theR3D); bugs moddata_2 bug26_2 - improvement. Test case for issue CR24939 Test case correction for issue CR24939
15 lines
208 B
Plaintext
Executable File
15 lines
208 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC26"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC26.brep] a
|
|
explode a
|
|
checkshape a_1
|
|
checkshape a_2
|
|
|
|
bfuse result a_2 a_1
|
|
|
|
set square 41539.9
|
|
set 2dviewer 0
|