mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-25 09:07:26 +08: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
|
|
|