The intersection worked quite well.
Here is my Transaction Log:
might get a bit tricky if you have unequal grid numbers......
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.....
again i found the answer. I should stop asking before really trying
It was a subject of replication style of the lists, of course
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