Search found 2 matches

by David Molony
Fri Jan 27, 2023 7:54 am
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Mesh failing using python API.
Replies: 7
Views: 430

Re: Mesh failing using python API.

Thank you Dave for your help and exposing the new python method. I will use this going forward though I think I figured out the problem with my code also. I should have had a "not" when identifying the wall_id. caps = model.identify_caps() wall_id = [i + 1 for i in range(len(caps)) if not caps[i]] T...
by David Molony
Thu Jan 19, 2023 3:38 pm
Forum: SimVascular: Cardiovascular Modeling and Simulation Application
Topic: Mesh failing using python API.
Replies: 7
Views: 430

Mesh failing using python API.

I am trying to reconstruct vessels using the python API from ctgr files I automatically generate. I encounter 2 issues that I would appreciate any help in identifying what I am doing wrong or missing. I am attaching the ctgr and pth files for reference also. My python code to generate the model and ...