mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
BRepLib_MakeFace::BRepLib_MakeFace: deleted degenerative edges from the input wire; add test tests\mkface\mkplane\bug33156.
11 lines
211 B
Plaintext
11 lines
211 B
Plaintext
puts "============="
|
|
puts "0033156: Modeling Algorithms - Planar face creation problem"
|
|
puts "============="
|
|
|
|
brestore [locate_data_file bug33156_face.brep] Face
|
|
|
|
explode Face W
|
|
#Face_1
|
|
|
|
mkplane result Face_1 1
|