converter script from .vtp to .mdl#10
Conversation
| --out mesh_name.mdl --out-vtp mesh_name.vtp | ||
|
|
||
| Authors: Jeff B. Li, Chloe Choi, Claude, ChatGPT | ||
| """ |
There was a problem hiding this comment.
@chlookaburra We don't put author names in files anymore.
|
@chlookaburra The |
|
@chlookaburra I think the script argument names are confusiing I suggest rename rename
combine |
|
@chlookaburra The script does not need to be run in the SimVascular Python environment since it does not But it may be convenient to use the Python vtk package from the SimVascular Python environment. |
Fixed all relevant changes! Thank you for the suggestions.
Made a small edit regarding import sv in README.md that was not included in the previous commit
|
@ktbolt Addressed your suggestions! |
|
@chlookaburra Looks good ! You do need to remove the |
This script converts a
.vtpfile to an.mdlfile with the guidance of themesh-surfacesfolder. Joint work with @jeffbli , Claude, and ChatGPT.