mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Method GetType() of class GeomAdaptor_SurfaceOfRevolution was modified to create plane instead Cone or SurfaceOfRevolution for "plane like" within Precision::Confusion() restricted object. For infinite objects Cone with semiangle > PI/2 - eps is replaced by SurfaceOfRevolution for eps < Precision::Confusion() Tests cases are added Small correction of shape names for issue CR28261_28266
29 lines
859 B
Plaintext
29 lines
859 B
Plaintext
puts "========"
|
|
puts "OCC28261"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Chamfer fails on edges placed on quasi-planar cone
|
|
#################################################
|
|
|
|
brestore [locate_data_file bug28261_face.brep] f
|
|
brestore [locate_data_file bug28261_hexaprism.brep] h
|
|
|
|
explode f E
|
|
mkcurve c f_1
|
|
cvalue c 0 x y z dx dy dz
|
|
revol rev f $x $y $z $dx $dy $dz 360
|
|
|
|
bcut r rev h
|
|
|
|
explode r F
|
|
explode r_9 E
|
|
chamf r r r_9_1 r_9 0.1 0.1 r_9_2 r_9 0.1 0.1 r_9_3 r_9 0.1 0.1 r_9_4 r_9 0.1 0.1 r_9_5 r_9 0.1 0.1 r_9_6 r_9 0.1 0.1
|
|
|
|
explode r F
|
|
explode r_4 E
|
|
chamf result r r_4_1 r_4 0.1 0.1 r_4_2 r_4 0.1 0.1 r_4_3 r_4 0.1 0.1 r_4_4 r_4 0.1 0.1 r_4_5 r_4 0.1 0.1 r_4_6 r_4 0.1 0.1 r_4_8 r_4 0.1 0.1
|
|
|
|
checkshape result
|
|
checknbshapes result -solid 1 -face 18 -edge 36 -vertex 22
|
|
checkprops result -v 17158.1 -s 4073.25 |