S
Best posts made by SteveJLV
-
RE: How to keep the point coordinates of a polygonObject up to date in Python code
I figured out how to do it.
It's fairly simple. I just have to reassing the pointvalues after the Update
so if I insert a new
puntenLijst = op.GetAllPoints() testPnt = puntenLijst[0]
the 'testPnt' has updated values.
-
Info GetUserDataContainer and RemoveUserData switched
The samples under the GetUserDataContainer () and RemoveUserData seem to be other way around. Not a big deal but..