- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone :
I have created a list of entity names of blocks (all blocks used in dwg is same name "CAP")
and their insertion point :
((<Entity name: 7ef390c0> (290253.0 3.26728e+006 0.0))
(<Entity name: 7ef397b8> (290171.0 3.26727e+006 0.0))
(<Entity name: 7ef3ed30> (290253.0 3.26728e+006 0.0))
(<Entity name: 7ef405c0> (290171.0 3.26727e+006 0.0))
(<Entity name: 7ef49228> (290156.0 3.26724e+006 0.0))
(<Entity name: 7ef49230> (290171.0 3.26727e+006 0.0)))
How can I create a new list of the first items of each of the members of this list,
provided that their second items is equal.
New list:
(<Entity name: 7ef397b8> <Entity name: 7ef405c0> <Entity name: 7ef49230>)
If it is possible to define the value of fuzz to compare x and y of the second items,
it would be great.
THX 🙏🙏🙏
Solved! Go to Solution.