mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
13 lines
394 B
Plaintext
Executable File
13 lines
394 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC23706"
|
|
puts "============"
|
|
puts ""
|
|
#########################################################################
|
|
# Cannot project point on curve
|
|
#########################################################################
|
|
|
|
pload XSDRAW
|
|
bsplinecurve cc 3 2 0 4 1 4 -1 -1 2 1 0 -1 2 1 0 0 2 1 0 0 2 1
|
|
point pp 0 0 1
|
|
offsetcurve o cc .5 pp
|
|
checklength o -l 2.3717833300483151 |