示例#1
0
 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)
示例#2
0
 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)