mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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
|