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 3D mesh #2

Open
yoda0612 opened this issue Jun 11, 2019 · 2 comments
Open

How to 3D mesh #2

yoda0612 opened this issue Jun 11, 2019 · 2 comments

Comments

@yoda0612
Copy link

Hi, Sujith,
Very nice work.
In your code, you used a created surface as input,.
However, how should I use a known 3D mesh (including a set of x,y,z) as the input?

@sujithTSR
Copy link
Owner

Hi @yoda0612
So the X, Y, Z inputs of the function surface_curvature are meshes (represents a grid surface)
To my knowledge, There is no specific solution to using just the 3D points unless we add a few constraints/assumptions.

please refer to this.

Please let me know if that is of any use.

@yoda0612
Copy link
Author

Hi, Sujith,

I found some curvature implementations for 3D mesh. Basic idea should be the same, but need to consider how to deal with the neighbor vertices.

Please refer here:
https://github.com/AbhilashReddyM/curvpack

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