1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
puts "============"
puts "OCC24012"
puts "============"
puts ""
############################################
# problem with BRepAlgo_NormalProjection
############################################
pload XDE
pload QAcommands
igesread [locate_data_file bug24012_face.igs] face *
igesread [locate_data_file bug24012_line.igs] edge *
vinit
OCC24012 face edge
vsetdispmode 0
vdisplay face
vdisplay edge
vfit
set scale 71.101493567712652
set proj_X -0.14605970947882216
set proj_Y -0.18639384905183365
set proj_Z 0.97155745805516014
set up_X -0.587582742029223
set up_Y 0.80643668322534767
set up_Z 0.066380699137021923
set at_X 6.30475074082204
set at_Y 6.748073489527
set at_Z 8.5106037329062
vviewparams -scale ${scale} -proj ${proj_X} ${proj_Y} ${proj_Z} -up ${up_X} ${up_Y} ${up_Z} -at ${at_X} ${at_Y} ${at_Z}
set only_screen 1
|