mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-17 23:53:20 +08: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
|