mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Adaptor3d_TopolTool.cxx, IntTools_TopolTool.cxx: Anisotropy of BSpline surface along U and V direction is taken in account for calculation of numbers of sample points; bug31616: test case added
16 lines
470 B
Plaintext
16 lines
470 B
Plaintext
puts "============================================================================================="
|
|
puts "OCC31616: Modeling algorithm - Section between two shells returns wire with gaps (720)"
|
|
puts "============================================================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug31616.brep] s
|
|
|
|
explode s
|
|
|
|
bsection sec s_1 s_2
|
|
|
|
checksection sec -r 2
|
|
checknbshapes sec -vertex 69 -edge 68
|
|
checkprops sec -l 20.7581
|
|
|