Skip to content

How to model corrugated roof panel #194

Discussion options

You must be logged in to vote

Neat! Any reason you are setting the period manually? You could compute it to avoid the step like here.

Note that if you need the wave period to be the one you specify you could change the radius of your circle to fit a full number of periods.

Otherwise you might as well have a logic that returns the first point when you get the last value:

 t = t === 1 ? 0: t

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@sgenoud
Comment options

Answer selected by BarbourSmith
@BarbourSmith
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants