|
Preserving Variables after Edge Detection Anonymous |
18 year
|
|
If I use two different sample_edge functions, I can only read the last one. Is there way to read both variables? I need to get both that I could calculate z rotation of part and to get x and y values.
|
|
|
Preserving Variables after Edge Detection Anonymous |
18 year
|
Yes, once you've used the first edge detection just assign the resulting variable value to another variable for safe keeping. Use the Statements->Set Variable to do this ... or you could also use the Extensions->VBScript module to assign a new variable with the value.
What variable are you reading?
STeven.
|
|
|
Anonymous |
18 year
|
|
Thanks, this worked fine. I'm reading samples_edges variable. Now I used set variable to change name for first variable.
|
|