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

add support to export the bst surfaces as STL files. #730

Open
tmedani opened this issue Jul 25, 2024 · 3 comments
Open

add support to export the bst surfaces as STL files. #730

tmedani opened this issue Jul 25, 2024 · 3 comments

Comments

@tmedani
Copy link
Member

tmedani commented Jul 25, 2024

hi guys,

it seems STL is one of the most used and common format for the surfaces meshes.

currently, BST has these format:
image

This issue is just to remind the need to add the STL file format to the export function.

@chinmaychinara91
Copy link
Collaborator

chinmaychinara91 commented Jul 25, 2024

Yes we can. That should be pretty doable very similar to the obj reader here in the PR 0d656e9

STL and PLY are both very widely used formats after OBJ.

@Edouard2laire
Copy link
Contributor

This issue is just to remind the need to add the STL file format to the export function.

As a temporary workaround until Brainstorm can export directly STL file; it is possible to use freesurfer to convert gii file to STL using mris_convert

@rcassani
Copy link
Member

To create .stl files from Brainstorm surfaces, I export them as either .off or .obj, then use MeshLab.

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

4 participants