mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08: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
|