mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08: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.
8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
puts "=========="
|
|
puts "0032448: Provide exact validating (as option) using GeomLib_CheckCurveOnSurface"
|
|
puts "=========="
|
|
puts ""
|
|
|
|
restore [locate_data_file 5000-12.brep] b
|
|
checkshape b -exact -parallel
|