mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Add '-exact' option to checkshape command to use exact method to validate edges using BRepLib_ValidateEdge class. Default mode is calculating in finite number of points.
9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
puts "REQUIRED All: Faulty shapes in variables faulty_1 to faulty_6101"
|
|
puts "=========="
|
|
puts "0032448: Provide exact validating (as option) using GeomLib_CheckCurveOnSurface"
|
|
puts "=========="
|
|
puts ""
|
|
|
|
restore [locate_data_file OCC54.brep] b
|
|
checkshape b -exact -parallel
|