mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
v0.0 I. New features: no new features II. Changes: II.1. class BRepClass3d - method: Standard_Integer BRepClass3d_SolidExplorer::OtherSegment(const gp_Pnt& P, gp_Lin& L, Standard_Real& _Par) The condition to prevent infinite loop has been added. III. Modified entities: packages: BRepClass3d Added test case bugs/modalg_5/bug24242
12 lines
366 B
Plaintext
12 lines
366 B
Plaintext
puts "============"
|
|
puts "OCC24242"
|
|
puts "============"
|
|
puts ""
|
|
############################################################################
|
|
# Hang-up during classification a 3D point relative to a solid
|
|
############################################################################
|
|
|
|
restore [locate_data_file bug24242_sx] b1
|
|
point p 14.3213918 20. 20.
|
|
bclassify b1 p
|