mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08:00
Changes:
class IntTools_FaceFace
- method:
void IntTools_FaceFace::Perform(const TopoDS_Face& aF1,
const TopoDS_Face& aF2)
The treatment of infinite planes was corrected.
Test case for issue CR25818
19 lines
430 B
Plaintext
Executable File
19 lines
430 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC25818"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# IntTools_FaceFace throws Standard_ConstructionError with two unbounded planes
|
|
#######################################################################
|
|
|
|
plane pn1 0 0 0 0 0 1 1 0 0
|
|
plane pn2 0 0 0 1 0 0 0 1 0
|
|
mkface f1 pn1
|
|
mkface f2 pn2
|
|
|
|
bopcurves f1 f2
|
|
|
|
smallview
|
|
fit
|
|
set only_screen_axo 1
|