How to export an ANSYS model into STL format for 3D printing

AI Thread Summary
Exporting an ANSYS model with BEAM4 elements to STL format is challenging, as STL requires surface tessellation and BEAM4 is essentially a line representation. The discussion highlights that while ANSYS can import STL files, exporting them directly is not straightforward, particularly for models generated through APDL scripts. Users are advised to recreate the geometry in a CAD program, but there are concerns about the feasibility of doing so given the complexity of the APDL script. Modifying the Perl script to generate compatible input for a CAD program is suggested as a more efficient solution. Recommendations for CAD programs that support STL export from line geometry are sought, emphasizing the need for text format input.
Vigardo
Messages
87
Reaction score
7
Engineering news on Phys.org
Sorry, I forgot to say that my ANSYS model is created in ANSYS Mechanical 14.5.
 
I don't believe that is even possible. I have brought STL files into ANSYS but never the other way around. Why use ANSYS to create an STL? Why not use a CAD program such as, Inventor, Solidworks, or ProE?
 
I'm trying to use ANSYS to create an STL because my model is generated with some APDL script. This latter creates a complicated grid of BEAM4 elements with defined sections (just rectangular). Would Inventor, Solidworks or ProE import ANSYS's APDL script files? If so, would you tell me how?

Thanks a lot for your interest!
 
No, those programs cannot read APDL. BEAM4 is a 3D elastic beam element that is nothing more than a line. You can issue the /ESHAPE command to plot the elements and see what the beam geometry looks like but that will only be available when the EPLOT command is issued. STL is a surface tessalation file and is just the surfaces of the object. I can't see any way that you could get the correct geometry from ANSYS APDL.

Why don't you read thru the APDL script, look at the real constants for the BEAM elements and then recreate the geometry using a CAD program?
 
In fact, that's what I typically do to check beam geometry (using /ESHAPE I mean). Ideally, I hoped that somebody had some APDL script to convert beams into STL surfaces using the section shape (real constants) of their elements. From what you say, now this seems quite infeasible...

I don't want to recreate the geometry using a CAD program because the APDL script is a large list with thousands of elements and a few real constants that has been generated by some in-house Perl script.

Since I'm not expert in CAD programs, I think it would be less difficult for me to modify the Perl script to generate input for some CAD program with better export features. Which CAD program and file format do you recommend me? In other words, which program/format would allow STL exportation from just lines geometry and cross-sections? Text format input would be highly preferred.
 
Thread 'Turbocharging carbureted petrol 2 stroke engines'
Hi everyone, online I ve seen some images about 2 stroke carbureted turbo (motorcycle derivation engine). Now.. In the past in this forum some members spoke about turbocharging 2 stroke but not in sufficient detail. The intake and the exhaust are open at the same time and there are no valves like a 4 stroke. But if you search online you can find carbureted 2stroke turbo sled or the Am6 turbo. The question is: Is really possible turbocharge a 2 stroke carburated(NOT EFI)petrol engine and...
I need some assistance with calculating hp requirements for moving a load. - The 4000lb load is resting on ball bearing rails so friction is effectively zero and will be covered by my added power contingencies. Load: 4000lbs Distance to travel: 10 meters. Time to Travel: 7.5 seconds Need to accelerate the load from a stop to a nominal speed then decelerate coming to a stop. My power delivery method will be a gearmotor driving a gear rack. - I suspect the pinion gear to be about 3-4in in...

Similar threads

Back
Top