The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Get first intersect using addtool_curve_intersect
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

elquin

Republic of Korea
7 Posts

Posted - 09/02/2017 :  09:10:22 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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.

greg

USA
1378 Posts

Posted - 09/02/2017 :  10:32:06 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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.)

Edited by - greg on 09/02/2017 10:41:18 PM
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000