Use python script to create a part for Abaqus

Terry Reedy tjreedy at udel.edu
Wed Jul 29 13:59:53 EDT 2015


On 7/29/2015 8:12 AM, saber.chelaghma at gmail.com wrote:
> Hi all, I want to create a part in 2D composed by:
>
> -A square -Inside the square there is a lot of circles
>
> I have a input file .dat where we can find the coordinates of the
> circles' centers and their radius.

You can easily display a square with circles using tkinter.  However, it 
can only export a postscript file that not all postscript readers can read.

> I want to create this part using a python script and import it in
> Abaqus/CAE. Does anyone have an idea (or examples) on how I can do this ?

What input file formats does Abaqus/CAE recognize?  If you know that, 
you can potentially write a file in the proper format.

-- 
Terry Jan Reedy




More information about the Python-list mailing list