mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
0024581: BuildSweep fails to trim components of resulting shape at spine knuckles when parameter -C is used
Test-case for issue #24581
This commit is contained in:
19
tests/bugs/modalg_5/bug24581
Normal file
19
tests/bugs/modalg_5/bug24581
Normal file
@@ -0,0 +1,19 @@
|
||||
puts "========"
|
||||
puts "OCC24581"
|
||||
puts "========"
|
||||
puts ""
|
||||
######################################################################################################
|
||||
# BuildSweep fails to trim components of resulting shape at spine knuckles when parameter -C is used
|
||||
######################################################################################################
|
||||
|
||||
restore [locate_data_file OCC24581_spine.brep] spine
|
||||
restore [locate_data_file OCC24581_profile.brep] profile
|
||||
|
||||
mksweep spine
|
||||
addsweep profile
|
||||
|
||||
buildsweep r -C -S
|
||||
|
||||
top
|
||||
fit
|
||||
set only_screen_axo 1
|
||||
Reference in New Issue
Block a user