Hello everyone,
I'm using ABAQUS to calculate some variables, which I use to run my topology optimization. I finally get an Abaqus input file, in which every element is in a set and has its density.
I also have a vector of densities, the Connectivity Matrix, and the Coordinates of every node on Matlab (and I could get other data).
I want to create a surface that interpolates all the elements with a density isovalue (for example 0.3), to create an STL file (or another CAD file), how can I do it?
Reassuming: when I have the results of the topology optimization I want to obtain a CAD file.
Thanks