Profile
- Name
- Copy sym struct 672 slightly better
- ID
- 45263
- Shared with
- Public
- Parent
- None
- Children
- None
- Created on
- January 27, 2013 at 20:35 PM UTC
- Updated on
- January 27, 2013 at 20:35 PM UTC
- Description
Makes bands that will make the protein about the same as the sym one. Run Wiggle after it.
Best for
Code
for i=1,46 do
for j=i+2,50,4 do
local bnr=band.AddBetweenSegments(50+i,50+j)
blen=band.GetLength(bnr)
band.Delete(bnr)
bnr=band.AddBetweenSegments(i,j)
band.SetGoalLength(bnr,blen)
end
end