Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mbweller

  1. mbweller

    Python findAT(...) command: problems passing multiple arguments as a variable

    Hi all, I have an interesting issue with the findAt command. I'm trying to select 2*m number of edges (both left and right) in a python script: # Ld are the layer points Lpts=[] m=0 for m in range(len(Ld)-1): Lpts.append(((max(side), (Ld[m]+(Ld[m+1]-Ld[m])/2), 0),),)...

Part and Inventory Search

Back
Top