mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|