Does anyone have experience with IGES geometry formats?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
In some Matlab code I have, I generate airway trees for lung geometry. I want to be able to bring these into Autocad for some fine-tuning before I bring these into COMSOL, but I am having trouble transforming it into a IGES Geometry format.
I understand there is a igesout matlab function, but the geometry I have is not composed of curves; its composed of cylindrical segments that add up to a binary tree. I looked at it for a few days, but I'm not entirely sure if it's usable with my application.
Does anyone have any advice? I'm by no means a MATLAB expert, and I would appreciate any input you can offer.
Also, I made a quick visualization of the binary tree I am talking about (you can find the pictures here: http://imgur.com/wt6WV,awCbn#0)
For the geometry I export it to a quasi-.msh format. It consists of all the point coordinates, and the point connectivity in a geometry file (point connectivity meanine 1 connected to 2, etc) and a parameter file that contains the cylindrical radius for each segment.
2 Commenti
Sven
il 13 Dic 2011
I've had a little experience trying something similar that needed to adjust the matlab2iges tool to account for a new geometry type. I remember it was tricky, but there might be things we can try.
I assume you're using the MATLAB2IGES file exchange entry?
I would start by ignoring your full network of cylinders and just start with one test case. Can you put the code for how you store this cylinder definition in MATLAB?
Risposte (0)
Vedere anche
Categorie
Scopri di più su Lighting, Transparency, and Shading in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!