mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
15 lines
459 B
Plaintext
Executable File
15 lines
459 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC12522"
|
|
puts "========"
|
|
puts ""
|
|
###########################################################
|
|
# Extrema problems. Case: one of the Extrema arguments is an infinite face or an infinite edge.
|
|
###########################################################
|
|
|
|
restore [locate_data_file OCC12522.brep] arc1
|
|
explode arc1 e
|
|
mkcurve curve1 arc1_1
|
|
plane plane1 6400 -4000 -160 0 0 1 1 0 0
|
|
extrema curve1 plane1
|
|
|
|
checklength ext_1 -l 2.9009126041478908 |