mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. Methods IntPolyh_MaillageAffinage::GetMinDeflection() and IntPolyh_MaillageAffinage::GetMaxDeflection() have been created (see cdl-file for more detail information). 2. Extended check, if starting point of WLine is a tangent point, has been implemented in IntWalk_PWalking::Perform(...) method. Test cases for issue CR26151
18 lines
353 B
Plaintext
Executable File
18 lines
353 B
Plaintext
Executable File
puts "========="
|
|
puts "CR23722"
|
|
puts "========="
|
|
puts ""
|
|
###############################
|
|
## Exception reaised during intersection between two surfaces
|
|
###############################
|
|
|
|
restore [locate_data_file bug23732_fx1.brep] b1
|
|
restore [locate_data_file bug23732_fx2.brep] b2
|
|
|
|
mksurface s1 b1
|
|
mksurface s2 b2
|
|
|
|
intersect result s1 s2
|
|
|
|
set 2dviewer 1
|