mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
AIS_ConnectedInteractive now shares HLR computation code with AIS_Shape. BRepTools_WireExplorer::Orientation() now returns TopAbs_FORWARD instead of throwing exception in case of infinite Edge without vertices. StdSelect_BRepSelectionTool::GetSensitiveForFace() now creates Select3D_SensitiveCurve from 2 points in case of infinite Edge instead of Select3D_SensitiveFace.
15 lines
312 B
Plaintext
15 lines
312 B
Plaintext
puts "================"
|
|
puts "0027869: Visualization - AIS_ConnectedInteractive does not support exact HLR mode"
|
|
puts "================"
|
|
puts ""
|
|
|
|
restore [locate_data_file CrankArm.brep] obj
|
|
vclear
|
|
vinit View1
|
|
vdisplay obj
|
|
vconnect new 50 50 50 obj
|
|
vfit
|
|
vhlr on -algoType algo
|
|
|
|
vdump ${imagedir}/${casename}.png
|