mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
345 B
Plaintext
16 lines
345 B
Plaintext
puts "========"
|
|
puts "OCC26041"
|
|
puts "========"
|
|
puts ""
|
|
########################################
|
|
# GeomLib_Tool::Parameter method fails
|
|
########################################
|
|
|
|
restore [locate_data_file OCC26041-edge_haut.brep] a
|
|
|
|
mkcurve c a
|
|
cvalue c -0.58758239134636203 x y z
|
|
parameters c x y z 1.e-7 u
|
|
trim c2 c
|
|
parameters c2 x y z 1.e-7 u
|