mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-10 11:34:06 +03:00
Correction according to remarks More precise processing of non-SameParameter edges Correction of mistake Test cases for issue CR26681
20 lines
363 B
Plaintext
20 lines
363 B
Plaintext
puts "========"
|
|
puts "OCC26681"
|
|
puts "========"
|
|
puts ""
|
|
#############################################################
|
|
# BRepPrimAPI_MakeRevol creates faulty shape
|
|
#############################################################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file bug26681_ab.brep] aB
|
|
|
|
revol aR aB 0 0 0 0 1 0 75
|
|
|
|
checkshape aR
|
|
|
|
donly aR
|
|
fit
|
|
set only_screen_axo 1
|