mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. Correct unification of circular edges: avoid trying to make an axis with null magnitude. 2. New method UnionPCurves: unify existing pcurves of chain instead of projecting the curve of unified edge onto surfaces
16 lines
391 B
Plaintext
16 lines
391 B
Plaintext
pload XDE
|
|
|
|
stepread [locate_data_file bug29481_L3.step] s *
|
|
|
|
copy s_1 s
|
|
explode s f
|
|
|
|
# remove the square protrusio keeping the spherical one
|
|
compound s_2 s_25 s_1 s_4 feature
|
|
|
|
removefeatures result s feature
|
|
checkshape result
|
|
checkprops result -s 2392.42 -v 1063.76 -deps 1.e-7
|
|
checknbshapes result -vertex 61 -edge 91 -wire 34 -face 33 -shell 1 -solid 1
|
|
CheckIsFeatureRemoved feature {e f}
|