mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +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.
14 lines
339 B
Plaintext
14 lines
339 B
Plaintext
puts "TODO OCC30286 Linux: Error : The length of result shape is 302.443, expected 301.999"
|
|
|
|
puts "==========================================="
|
|
puts "OCC25813: regression in Hidden Line Removal"
|
|
puts "==========================================="
|
|
puts ""
|
|
|
|
set viewname ""
|
|
set length 301.999
|
|
|
|
ptorus a 30 10
|
|
|
|
COMPUTE_HLR $viewname $algotype
|