Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make tutorial that uses chained methods #204

Open
dave-doty opened this issue Nov 13, 2021 · 0 comments
Open

make tutorial that uses chained methods #204

dave-doty opened this issue Nov 13, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@dave-doty
Copy link
Member

The tutorial is a bit incomplete in the sense that it doesn't show the "default" method of creating strands, which is describing their route from 5' end to 3' end. It instead uses a nifty trick of describing the regular nick and crossover pattern that works nicely for large periodic structures, but not as well for other designs.

So, make a new tutorial that uses chained methods such as

design.strand(0, 8).move(8).cross(1).move(-16).cross(2).move(8);
@dave-doty dave-doty added the documentation Improvements or additions to documentation label Nov 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant