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

How to create a parabola? #7

Closed
ThibautBaissac opened this issue Jan 17, 2020 · 0 comments
Closed

How to create a parabola? #7

ThibautBaissac opened this issue Jan 17, 2020 · 0 comments

Comments

@ThibautBaissac
Copy link

ThibautBaissac commented Jan 17, 2020

This is a great project!!

I am able to revolve a lines around an axis:

profile = IGES.IGESGeomLine(IGESPoint(0,0,0),IGESPoint(100,0,0))
centerline = IGES.IGESGeomLine(IGESPoint(0,0,0),IGESPoint(0,0,1))
revolve = IGES.IGESRevolve(profile,centerline,0,2*np.pi)

Now, I'm trying to create a parabola surface (using the revolve function again).
I have the parabola parameters but I'm not sure how to use:
IGES.IGESSplineCurve()
What are the breakpoints and 12 polynomial parameters?

Thank you very much for any help :)

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

1 participant