Jump to content
Mr. Daniel Floden

using defined curves as parameter inputs

Recommended Posts

Hi

 

I've tried to understand how to do this the most straight forward way but I cannot find the suitable functions for it.

I want to do a generic curve with x and y inputs. And the x and y needs to be functions of a number of predefined B-spline curves.

So if I for instance would like to set x as (A^2 * sin B ), where A and B are predefined B-spline curves in my project. How do I do this the most effective way by feature programming?

 

 

 

BR

Daniel

Share this post


Link to post
Share on other sites

Hi Daniel,

In principle you have to be aware if you are using f(t) or f(x(t)). If you are mapping x=t you can speed up your function. This is possible by using Greville spaced bspline points, see picture below

 

post-20-0-42524500-1386232334_thumb.png

 

I found this excerpt on https://syllabus.byu.edu/view/SnfjQFxAdIyY.html#scheduleContainer chapter 6 on bsplines. There are more sources if you search the internet.

 

Have fun

Claus

 

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...