Archived issue #0023231
Some Draw command do not allow check results of execution in automatic mode.
Description
2dintersect, pcurve and some other commands Draw something in v2d (v2d2) viewer, but do not return any results of execution in Draw interpreter.
Steps to reproduce
circle circ 70 100 50
line lin 30 0 0 1
set a [directory]
2dintersect circ lin
set b [directory]
v2d2
v2dfit
Two points a displayed in 2d viewer, but $a = $b
line lin 30 0 0 1
set a [directory]
2dintersect circ lin
set b [directory]
v2d2
v2dfit
Two points a displayed in 2d viewer, but $a = $b
Public activity
2 archived notes
Participants are labeled by their role within this record.
Please check if this issue is still relevant
The problem is not actually after removing Viewer 2D