T O P I C R E V I E W |
elquin |
Posted - 09/02/2017 : 09:10:22 AM Origin Ver. and Service Release (Select Help-->About Origin): 2015 (64bit) Sr2 Operating System: Windows 7
Recently, I found that addtool_curve_intersect works for finding intersection between curves. And now, I want to know how to find the first intersection only among intersections using addtool_curve_intersect.
Thanks in advance. |
1 L A T E S T R E P L I E S (Newest First) |
greg |
Posted - 09/02/2017 : 10:32:06 PM Not sure I understand the problem, but if you click the option button in the upper right of the ROI rectangle and select "New Output", the data points get sent to a worksheet. If you don't see the worksheet select the "Go to Report Worksheet" option.
If the defaults have not been edited, then after selecting "New Output" the data can be programmatically accessed with something like: range rax = [Intersect]Result!A; range ray = [Intersect]Result!B; ty Intersect1: $(rax[1]), $(ray[1]);
There is no hope! (But I may be wrong.) |
|
|