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

Only need the edge and corner spheres #5

Open
CNOT opened this issue Nov 22, 2024 · 1 comment
Open

Only need the edge and corner spheres #5

CNOT opened this issue Nov 22, 2024 · 1 comment

Comments

@CNOT
Copy link

CNOT commented Nov 22, 2024

For my use case (which deals with 2D objects) I only need the edge and corner spheres and not the rest. Running the entire program for these is extremely wasteful and slow. Is there a way to only produce those outputs and skip the rest of the calculations? If not, this should be an easy addition that I would be grateful if you could implement.

@CNOT
Copy link
Author

CNOT commented Nov 22, 2024

Right now my work around is to use the following command, which does the job but isn't ideal.
vc_mesh -vc vc.in | sed '/Surface/q'

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