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.
 
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...
How did you find PF?: Via Google search Hi, I have a vessel I 3D printed to investigate single bubble rise. The vessel has a 4 mm gap separated by acrylic panels. This is essentially my viewing chamber where I can record the bubble motion. The vessel is open to atmosphere. The bubble generation mechanism is composed of a syringe pump and glass capillary tube (Internal Diameter of 0.45 mm). I connect a 1/4” air line hose from the syringe to the capillary The bubble is formed at the tip...
Thread 'Calculate minimum RPM to self-balance a CMG on two legs'
Here is a photo of a rough drawing of my apparatus that I have built many times and works. I would like to have a formula to give me the RPM necessary for the gyroscope to balance itself on the two legs (screws). I asked Claude to give me a formula and it gave me the following: Let me calculate the required RPM foreffective stabilization. I'll use the principles of gyroscopicprecession and the moment of inertia. First, let's calculate the keyparameters: 1. Moment of inertia of...

Similar threads

Back
Top