mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
GeomConvert/GeomConvert_1.cxx - method CheckAndSegment is added to adjust surface periodic boundaries bug32557 - test is updated by new cases
16 lines
511 B
Plaintext
16 lines
511 B
Plaintext
puts "==========================================================="
|
|
puts "0032557: Modeling Data - Use of BRepBuilderAPI_NurbsConvert create 2d p-curves with gaps"
|
|
puts "==========================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug32557.brep] f
|
|
nurbsconvert bf f
|
|
checkmaxtol bf -ref 1.1e-7
|
|
|
|
restore [locate_data_file bug32557_1.brep] f
|
|
nurbsconvert bf f
|
|
checkmaxtol bf -ref 1.1e-5
|
|
|
|
restore [locate_data_file bug32557_2.brep] f
|
|
nurbsconvert bf f
|
|
checkmaxtol bf -ref 0.0002570 |