mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0025220: Using BRepFill_OffsetWire withs wires containing arc edges throws exception "Standard_NullValue"
Adding testing case
This commit is contained in:
parent
45396f870c
commit
87b48b40c6
25
tests/bugs/modalg_6/bug25220
Normal file
25
tests/bugs/modalg_6/bug25220
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
puts "============"
|
||||||
|
puts "OCC25220"
|
||||||
|
puts "============"
|
||||||
|
puts ""
|
||||||
|
######################################################
|
||||||
|
# Using BRepFill_OffsetWire withs wires containing arc edges throws exception "Standard_NullValue"
|
||||||
|
######################################################
|
||||||
|
|
||||||
|
restore [locate_data_file bug25220.brep] a
|
||||||
|
|
||||||
|
mkoffset r a 1 -5
|
||||||
|
|
||||||
|
checkprops r_1 -l 939.882
|
||||||
|
|
||||||
|
set info [checksection r_1]
|
||||||
|
|
||||||
|
if { [regexp "nb alone Vertices : 0" ${info}] != 1 } {
|
||||||
|
puts "Error: Result of offset is incorrect"
|
||||||
|
} else {
|
||||||
|
puts "OK : Result of offset is correct"
|
||||||
|
}
|
||||||
|
|
||||||
|
smallview
|
||||||
|
fit
|
||||||
|
checkview -screenshot -2d -path ${imagedir}/${casename}.png
|
Loading…
x
Reference in New Issue
Block a user