mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
Approx/Approx_SameParameter.cxx,hxx: Class Approx_SameParameter refactoring. Logic is changed in many places to unify usage, simplify maintenance. Method Curve2d() is changed to return Geom2d_Curve instead of Geom2d_BSplineCurve. Corresponding message is added to the upgrade guide. .lxx file is merged into .hxx. Tangent computation is extracted into special method. Comparing number of sample points after CheckSameParameter(...) is added to define cases with projection fails. Undesirable behavior when curves are not same parameterized is fixed. Geom2dAdaptor/Geom2dAdaptor.cxx: treatment of offset curve is added Adaptor3d/Adaptor3d_TopolTool.cxx: minor improvement of performance for BSpline surfaces with huge number of knots Tests were modified according to new behavior of sameparameter algorithm
30 lines
721 B
Plaintext
Executable File
30 lines
721 B
Plaintext
Executable File
|
|
puts "============"
|
|
puts "BUC60905"
|
|
puts "============"
|
|
puts ""
|
|
puts "TODO CR23530 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
|
|
#########################################################
|
|
## shape contains open shells if sewing would be made with big tolerance invalid shape
|
|
## will be produced, and visualization crashes.
|
|
#########################################################
|
|
|
|
restore [locate_data_file BUC60905.brep] a
|
|
# checkshape a
|
|
|
|
sewing result 10 a
|
|
|
|
vinit
|
|
vdisplay result
|
|
|
|
# checkshape res
|
|
|
|
checkmaxtol result -ref 1.098308e+001
|
|
checknbshapes result -shell 2
|
|
checkfreebounds result 115
|
|
|
|
checkprops result -s 270868
|
|
checkshape result
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|