Accessing input 0 and 1 Vs input 1 and 2
1764
2
0
carthick
Member
28 posts
Joined: Aug. 2013
Offline
Oct. 9, 2020 5:53 p.m.
I want to create a “temporary” line from my dop sim position to my goal position just as a visual guide in a sop solver inside the DOP network .. i have this network( see image) step1 i want to get one point pos from both inputs and step2 = add points, and add primitive. but i run into problems at step1… i want to keep input 0 open(/available ) for my new geometry( ie. lines i want to create), so i use input1&2 .. but i cant get it to work.
Attachments:
2020-10-09_14h35_48.png (152.1 KB)
tamte
Member
9380 posts
Joined: July 2007
Offline
Oct. 9, 2020 6:12 p.m.
its because you are iterating over Points, and there are no points in inut 0 so change Run Over parameter to Detail to make your code to work for example
Tomas Slancik CG Supervisor Framestore, NY
carthick
Member
28 posts
Joined: Aug. 2013
Offline
Oct. 10, 2020 12:05 a.m.
tamte its because you are iterating over Points, and there are no points in inut 0ah ! duh me.. but thanks for the reply !