planeWall = wall.group()
planeWall.add_plane(origin=(0,0,4), normal=(0,0,-1))
# and complete containment
planeWall.add_plane(origin=(0,0,-4), normal=(0,0,1))
That syntax had no issues in python 3, so it will take some investigating. But as you can see if you print the structure using the other method, python stores the plane you entered improperly in the spheres.So it seems that some type matching is reading a false positive in python 2. I apologize for this oversight, I don't actively develop in python 2, however I should have run a more robust test case.class plane(object):
(This is the recommended inheritance for all objects in python2, and should just be superfluous in python3.)
--Mike
(And by constructor, I meant class definition...)
--
You received this message because you are subscribed to the Google Groups "hoomd-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hoomd-users...@googlegroups.com.
To post to this group, send email to hoomd...@googlegroups.com.
Visit this group at https://groups.google.com/group/hoomd-users.
For more options, visit https://groups.google.com/d/optout.