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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Get first intersect using addtool_curve_intersect

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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.)

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000