def applyOnNodesInSet(self, setEnt): '''create springs in all the nodes included in the set of entities given as parameter ''' prep = setEnt.getPreprocessor lstnod = sets_mng.setNod_to_lst(setEnt) self.applyOnNodesLst(lstnod)
def applyOnNodesInSet(self,setEnt): '''create springs in all the nodes included in the set of entities given as parameter ''' prep=setEnt.getPreprocessor lstnod=sets_mng.setNod_to_lst(setEnt) self.applyOnNodesLst(lstnod)