Extracting NURBS surface data.
Posted: Mon Nov 11, 2024 6:10 am
I am a student attempting to extract the NURBS surface data from SimVascular models, in order to conduct Isogeometric Analysis on bloodflow, eventually looking to model arterial stents.
Having found https://www.vascularmodel.com/ and the models contained within this repository, I have found them ideal for my project, however, due to my lack of technical understanding, I have so far been unable to extract the NURBS data (specifically, knot vectors, control points and weights).
I have tried:
- Converting the models to STEP/IGES formats directly
- Importing the models into CAD software
- Reading data directly from .vtk files
- Using the SV python installation
- Going through the source code to try and understand in what format and which files the nurbs data is being extracted to.
- Searching through this forum
None of these approaches have yielded anything substantial for me, and I am worried that I will not be able to complete my project in time for my academic deadlines if I keep attempting a wide varity of approaches as listed above. I am incredibly grateful to anyone that has taken the time to read this and could provide some sort of guidance on what technical approach I should prioritise.
Thank you,
Hugo
Having found https://www.vascularmodel.com/ and the models contained within this repository, I have found them ideal for my project, however, due to my lack of technical understanding, I have so far been unable to extract the NURBS data (specifically, knot vectors, control points and weights).
I have tried:
- Converting the models to STEP/IGES formats directly
- Importing the models into CAD software
- Reading data directly from .vtk files
- Using the SV python installation
- Going through the source code to try and understand in what format and which files the nurbs data is being extracted to.
- Searching through this forum
None of these approaches have yielded anything substantial for me, and I am worried that I will not be able to complete my project in time for my academic deadlines if I keep attempting a wide varity of approaches as listed above. I am incredibly grateful to anyone that has taken the time to read this and could provide some sort of guidance on what technical approach I should prioritise.
Thank you,
Hugo