mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08:00
1. Add method TransformPCurves to ShapeUpgrade_UnifySameDomain - to rotate and translate existing pcurves instead of projecting. 2. Modify method ShapeUpgrade_UnifySameDomain::IntUnifyFaces - now it does not apply ShapeFix to new wires and new faces. 3. In the method UnifyEdges: add merging degenerated edges.
11 lines
382 B
Plaintext
11 lines
382 B
Plaintext
puts "=========="
|
|
puts "OCC28227"
|
|
puts "=========="
|
|
puts ""
|
|
#############################################################################
|
|
# ShapeUpgrade_UnifySameDomain modifies the edges even if it is not requested
|
|
#############################################################################
|
|
|
|
restore [locate_data_file bug28228_face.brep] a
|
|
setflags a locked
|
|
unifysamedom result a |