Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I coded like this:
import pymxs
rt = pymxs.runtime
for geo in rt.geometry:
rt.convertToPoly(geo)
i = rt.Array()
rt.OverlappingVertices.Check(rt.currentTime, geo, id(i))
print(i)
but the output was always #() , no mater how many overlapping vertices was in the "geo".
Solved! Go to Solution.