mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
An extended draw-command trotate (ttranslate, tmirror, ...) by an additional parameter "-copy". New check of edge range is added in BRepCheck/BRepCheck_Edge.cxx The same checking is added in ShapeAnalysis_Edge.cxx Fixing this problem is added in ShapeFix_Wire.cxx GeomLib::SameRange(...) and BRepTools_TrsfModification::NewCurve2d(...) are modified to avoid exception in TrimmedCurve
16 lines
291 B
Plaintext
16 lines
291 B
Plaintext
puts "========"
|
|
puts "OCC26570"
|
|
puts "========"
|
|
puts ""
|
|
#####################################
|
|
# Crash on attempt to rotate a shape
|
|
#####################################
|
|
|
|
restore [locate_data_file bug26570.brep] s
|
|
|
|
fixshape result s
|
|
trotate result 0 0 0 500 0 0 180 -copy
|
|
checkshape result
|
|
|
|
|