mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
During gluing edges, when getting pcurve of an edge, consider the proper surface location.
13 lines
495 B
Plaintext
13 lines
495 B
Plaintext
puts "=========="
|
|
puts "OCC28529"
|
|
puts "=========="
|
|
puts ""
|
|
######################################################################################################################
|
|
# UnifySameDomain crashes on a shape with location
|
|
######################################################################################################################
|
|
|
|
restore [locate_data_file bug28529_face_to_unify.brep] a
|
|
|
|
unifysamedom result a +b
|
|
checknbshapes result -m UnifySameDomain -edge 143 -vertex 143
|