Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #94747

Re: Use python script to create a part for Abaqus

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Use python script to create a part for Abaqus
Date 2015-07-29 13:59 -0400
References <ce42feb1-ba61-4247-8fe2-1dd8f6ceffe4@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.1077.1438192804.3674.python-list@python.org> (permalink)

Show all headers | View raw


On 7/29/2015 8:12 AM, saber.chelaghma@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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Use python script to create a part for Abaqus saber.chelaghma@gmail.com - 2015-07-29 05:12 -0700
  Re: Use python script to create a part for Abaqus Terry Reedy <tjreedy@udel.edu> - 2015-07-29 13:59 -0400

csiph-web