mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
When an edge (BRepMeshData_Edge) has multiple PCurve curves (IMeshData_PCurve) with different orientations, the index array is filled for only one PCurve curve. This would cause problems later, so a fix was made to fill index arrays for curves with another orientation.
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
puts "==========================================="
|
|
puts "OCC25813: regression in Hidden Line Removal"
|
|
puts "==========================================="
|
|
puts ""
|
|
|
|
set viewname ""
|
|
set length 1196.25
|
|
|
|
restore [locate_data_file bug25813_hlr-test_normandc1m1-draw-Cut001.brep] a
|
|
COMPUTE_HLR $viewname $algotype
|