Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations IDS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scripting import of TWO_D_PLANAR parts

Status
Not open for further replies.

rmettier

Geotechnical
Oct 6, 2006
63
Hi

I'm trying to import 2D planar polygons as parts into a model, through a python script. So far, I've followed the example in the ABAQUS Scripting Users Manual (3.1 Creating a Part), which deals with exactly what I want to do, but in 3D.
So far, I can get as far as importing my points, and drawing the lines for the sketch. But I'm stumped as to how I can then convert the sketch to a part. In the 3D example, they use 'BaseSolidExtrude', to extrude the 2D sketch into a 3D part. I've tried using the same, just with a depth of zero, but that doesn't work. I assume I have to use something different, but I have no idea what.
I've searched the manual for 'TWO_D_PLANAR' but it returns zero hits. Any push in the right direction would be greatly appreciated.
FYI, I'm using ABAQUS 6.6-1.

Cheers
R. Mettier
 
Replies continue below

Recommended for you

Hi

I don't do a lot of scripting, but I do know that during a CAE session, all the mouse clicks and so on are recorded in the abaqus.rpy file. You could create a simple 2D part in CAE, then look in the abaqus.rpy file to see what Python commands were used to create the part.

Alternatively, just record a macro in CAE, then open the macro file and see what gets created in there.

Regards

Martin
 
Just tried this meself - look for the BaseShell() method ;-)

Martin
 
Thanks, that was exactly what I was looking for.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor