yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #05724
Re: [Question #190529]: deleting some liquid bridges in Law2_ScGeom_CapillaryPhys_Capillarity
Question #190529 on Yade changed:
https://answers.launchpad.net/yade/+question/190529
jduriez proposed the following answer:
Hello,
About your attempts to access "isBroken" through python, I would think
that the commands you type are wrong. This "isBroken" seems to belong to
the physics of an interaction, so you should try :
i.phys.isBroken (not sure about - and can not check - the syntax i.phys
to access the physics of the interaction, but it should be similar)
You should be able to check the different members of each python - Yade
object (your interaction "i" for ex) if you type "i." + "TAB - TAB",
isn't it ?
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.