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

Any example code to make a 3D numbered spiral? #67

Open
lonnietc opened this issue Apr 26, 2023 · 1 comment
Open

Any example code to make a 3D numbered spiral? #67

lonnietc opened this issue Apr 26, 2023 · 1 comment

Comments

@lonnietc
Copy link

Hello,

I am researching Mathbox now along with Mathics and am interested to know if there is any example code to make a 3D spiral with numbers along the curve.

Additionally, I want to try an overlay some other simple curves on the 3D spiral as well. Sort of using the 3D spiral as a type of cone axis to overlay other curves.

Do you have anything that might lead me in the right direction or some type of simple template that I can use to get started?

Thanks and have a good day.

@divisuals
Copy link

Have you tried Math3D? It has a fairly flexible way to render lines, curves, or anything that you may need.

A quick spiral function here:
Screen Shot 2023-05-03 at 2 02 35 PM

If you want to build from first principles, you could try the Helix sample ( code ) and add/ customize label logic from here

Hope this helps

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