mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
0023845: New auxiliary method concatenating a wire into an edge based on C0-continuous curve.
Fix of exception in old method (ConcatenateWire). Adding test case for this fix
This commit is contained in:
19
tests/bugs/modalg_5/bug23845
Executable file
19
tests/bugs/modalg_5/bug23845
Executable file
@@ -0,0 +1,19 @@
|
||||
puts "================"
|
||||
puts "OCC23845"
|
||||
puts "================"
|
||||
puts ""
|
||||
#######################################################################
|
||||
# New auxilary method concatenating a wire into an edge based on C0-continuous curve.
|
||||
#######################################################################
|
||||
|
||||
restore [locate_data_file bug23845_profil_0a.brep] a
|
||||
restore [locate_data_file bug23845_profil_1a.brep] b
|
||||
|
||||
concatC0wire aa a
|
||||
concatC0wire bb b
|
||||
|
||||
tolerance aa
|
||||
checkshape aa
|
||||
|
||||
tolerance bb
|
||||
checkshape bb
|
Reference in New Issue
Block a user