mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
When collecting the points to build plane use the points on the curve instead of poles (in case of BSpline and Bezier curves). Side effect changes: Changes in Geom2dHatch_Elements are to increase the chance of correct 2d classification (by the means of Geom2dHatch_Classifier) by taking more than just one point on the edge to construct the classification ray and by checking if this ray is not tangent to the edge itself.
12 lines
346 B
Plaintext
12 lines
346 B
Plaintext
puts "REQUIRED ALL: Error. mkplane has been finished with \"Not Planar\" status."
|
|
puts "REQUIRED ALL: Error : The mkface can not be built."
|
|
|
|
puts "============="
|
|
puts "0030878: Modeling Algorithms - BRepLib_MakeFace produces face with abnormal surface"
|
|
puts "============="
|
|
|
|
brestore [locate_data_file bug30878_wire2.brep] w
|
|
|
|
mkplane result w 1
|
|
|