-
Notifications
You must be signed in to change notification settings - Fork 110
Description
Hi all,
I am using this excellent package for all sort of section property calculations, mainly focusing on geometric properties of hydrofoils.
The limiting condition on the accuracy of this 2D FEM code for me is the preparation of the .dxf which is to be meshed. I'm wanting to ask on open question how people prepare their .dxf files for this program?
Currently I'm extracting projected sketches of cross sections from Abaqus; exporting as .stp. A very robust procedure. Then I am manually tracing a spline curve in SolidEdge to then export this curve as a .dxf in the save in flat option from the metal sheet work environment. The point density is up to the clicks of my cursor and eye-judgement from trialling different point density patterns. This part is awfully slow and unreliable... some of my .dxfs are processed perfectly, some are processed quite erroneously with a larger delta area between the Abaqus computed value of area mm^2 vs. sectionproperties computed value of area mm^2.
Does anyone know a robust and automated way to get the .dxfs from a .stp? Abaqus also exports sketch as .igs and .sat.
Finally, I appreciate this is a slightly adjacent issue to the sectionproperties package. But prepration of .dxf for me is the limiting factor on my accuracy right now!
Example of erroneous .dxf:
Example of non erroneous .dxf:
Best regards all!