mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-21 07:22:16 +08:00
0023703: Projection algorithm produces incomplete 2D-Curve
Change compare algorithm. Adding test case for this fix
This commit is contained in:
20
tests/bugs/moddata/bug23703
Executable file
20
tests/bugs/moddata/bug23703
Executable file
@@ -0,0 +1,20 @@
|
||||
puts "========"
|
||||
puts "CR23703"
|
||||
puts "========"
|
||||
puts ""
|
||||
####################################################################
|
||||
## Projection algorithm produces incomplete 2D-Curve
|
||||
####################################################################
|
||||
|
||||
restore [locate_data_file bug23703_c2x.brep] c
|
||||
restore [locate_data_file bug23703_s1.brep] s
|
||||
|
||||
mkface f s
|
||||
pcurve f
|
||||
|
||||
project c2d c s
|
||||
|
||||
v2d
|
||||
2dfit
|
||||
|
||||
set only_screen_axo 1
|
||||
Reference in New Issue
Block a user