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

Add 2D loft #124

Open
ErikDeBruijn opened this issue Jun 18, 2013 · 1 comment
Open

Add 2D loft #124

ErikDeBruijn opened this issue Jun 18, 2013 · 1 comment

Comments

@ErikDeBruijn
Copy link

If you have two different polylines, a loft between the two would be a great feature to have. E.g. go from a square to a circle. I would think of a syntax like this would be nice:

poly1 = CAGBase.fromPoints([[-10,-12],[14,-12],[14,4],[3,14],[-4,8],[-4,13],[-7,13],[-7,6],[-10,3]])
poly2 = CAGBase.fromPoints([[-12,-12],[14,-12],[14,4])
shape = new Loft(poly1,poly2)
assembly.add(shape)
@kaosat-dev
Copy link
Owner

Yes this definetly would be nice ! :)
Also looking into "extrude along path", perhaps a combo of both could also be done down the line

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

No branches or pull requests

2 participants