mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Method HLRBRep_PolyHLRToShape::InternalCompound is modified: avoid creation an edge with null length. Add testing Draw command.
21 lines
457 B
Plaintext
Executable File
21 lines
457 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC28784"
|
|
puts "========"
|
|
puts ""
|
|
#######################################################
|
|
# [HLR] Crash while getting hidden lines for a compound
|
|
#######################################################
|
|
|
|
pload QAcommands
|
|
|
|
restore [locate_data_file bug28784_MHX_SKG_MS_Pos1_simplified.brep] a
|
|
OCC28784 result a
|
|
|
|
checknbshapes result -edge 236
|
|
|
|
smallview
|
|
top
|
|
donly result
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|