i found the node:
Point.atIntersection...
But i have a Problem with the list. I want to have intersect first of list one with first item of list 2, second item of list 1 with second item of list 2, and so on...
Do you know how to do that?
for the intersection - that's quite straightforward:
transaction 5 modelChange 'Add point3' { node User.Objects.point3 Bentley.GC.NodeTypes.Point { Technique = 'AtIntersection'; Intersector0 = gridX; Intersector1 = gridY; GraphLocation = <auto> {1410.0, 40.0}; Replication = ReplicationOption.AllCombinations; } }
The rest I don't quite get - the last point of a list is point1[x] with x equal the highest instance.
Or point1[0] for the first. Maybe that helps.
Ingo
again i found the answer. I should stop asking before really trying
It was a subject of replication style of the lists, of course
ok you were quicker. ;-)
Maybe just toggle off replication / or delete in the code.
But this might cause unwanted results when you have uneqal grid numbers.....
might get a bit tricky if you have unequal grid numbers......