mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
BRepTools::Triangulation() has been extended with a new parameter for checking Poly_Polygon3D presense within free Edges. StdPrs_WFShape::Add() now performs auto-triangulation in the same way as StdPrs_ShadedShape::Add(). StdSelect_BRepSelectionTool::GetEdgeSensitive() now creates Select3D_SensitiveSegment instead of Select3D_SensitiveCurve for tessellated segment. Select3D_SensitiveSegment default sensitivity factor has been changed to 3 pixels to match Select3D_SensitiveCurve. Test case bug23625_1, added workaround for out-of-range crash in HLRBRep_PolyAlgo on re-triangulated shape.
18 lines
463 B
Plaintext
18 lines
463 B
Plaintext
puts "============="
|
|
puts "0031425: Visualization - free Edge has selection sensitivity inconsistent to presentation"
|
|
puts "============="
|
|
|
|
pload MODELING VISUALIZATION
|
|
circle circ 150 0 200 1 0 0 100
|
|
mkedge e circ
|
|
wire w e
|
|
vclear
|
|
vinit View1
|
|
vdisplay e
|
|
vaspects e -setLineWidth 2
|
|
vfit
|
|
vviewparams -scale 25.38 -proj 0.5 -0.5 0.5 -up -0.4 0.4 0.8 -at 125.128 46.4744 271.346
|
|
checkpoint pick [vmoveto 275 175] {150 31 294} 1.0
|
|
|
|
vdump $::imagedir/${::casename}.png
|