Hi there , i want to get same values from list in a new list , is there any things do that?
Hello, Can you explain more your need ?
Well lets say i have two walls create a corner if i create a list for the edge’s points there’s four points with same coordinates , how to get it in a list.
Could you send a screenshot of your graph ?
If you need to sort your points by coordinates, you can use Point.Z and SortByKey. Try to use the search field with these keywords, or search for wall location curve optionally.
i want to get the same points in a separated list or remove all of it from the list , duplicate and similar remove keeps these points in the list.
I think you could be looking for Prune Duplicates:
http://dictionary.dynamobim.com/#/Geometry/Point/Action/PruneDuplicates
not working did the same , the idea in these nodes its keeps one of the points what i want to get these points in a list alone then use list operation to remove them from the lest.
Then you could need a selection method, such as this one:
http://dictionary.dynamobim.com/#/Geometry/BoundingBox/Action/Contains