mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
14 lines
305 B
Plaintext
14 lines
305 B
Plaintext
puts "========"
|
|
puts "OCC27802"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Solid classifier raises exception ConstructionError
|
|
#################################################
|
|
|
|
restore [locate_data_file bug27802_cls_error.brep] a
|
|
|
|
explode a
|
|
mkpoint p a_2
|
|
bclassify a_1 p
|