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

Let surface_factory.sweep() parse input SplineModel #106

Open
VikingScientist opened this issue Jan 24, 2020 · 0 comments
Open

Let surface_factory.sweep() parse input SplineModel #106

VikingScientist opened this issue Jan 24, 2020 · 0 comments

Comments

@VikingScientist
Copy link
Member

This is a two stage process: first allow the argument path to be a SplineModel consisting of only Curve objects, secondly to allow the argument shape to be a (curve-)SplineModel.

This is somewhat more involved than #105 in the sense that you need the connectivity information. Since it is using normals and binormals to compute the path offset, these are almost certain to be discontinuous across neighbouring curve pieces. A solution to this is to use the average value for the computations. This requires neighbouring information which is contained in the SplineModel class.

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

No branches or pull requests

1 participant