mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
BRepTools/BRepTools_NurbsConvertModification.cxx - Checking domain of 2dCurves if surfaces are periodic is improved tests/bugs/moddata_3/bug32557 - test case added
11 lines
329 B
Plaintext
11 lines
329 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
|
|
|