mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 18:32:35 +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.
14 lines
339 B
Plaintext
14 lines
339 B
Plaintext
puts "TODO OCC30286 Linux: Error : The length of result shape is 302.183, expected 302.238"
|
|
|
|
puts "==========================================="
|
|
puts "OCC25813: regression in Hidden Line Removal"
|
|
puts "==========================================="
|
|
puts ""
|
|
|
|
set viewname ""
|
|
set length 302.238
|
|
|
|
ptorus a 30 10
|
|
|
|
COMPUTE_HLR $viewname $algotype
|