fittedspline In Editfeko

Zakaria
Zakaria Altair Community Member
edited November 2020 in Community Q&A

Hi all,

I am trying to create an arbitrary wire using Editfeko. the problem is there is no option to generate fitted spline in Editfeko as Cadfeko. I have points that need to be fitted in a curve line like the attached line in my Cadfeko file. My Editfeko is also attached. If anyone run both files he will see a shift in the results because of the descountouniouies in my Editfeko structure.

Thanks

Unable to find an attachment - read this blog

Tagged:

Answers

  • JIF
    JIF
    Altair Employee
    edited February 2018

    Hello MOHAMED HAMDALLA,

     

    As you have noted, EDITFEKO does not have a fitted spline and we don't intend to extend EDITFEKO (or rather the RPEFEKO language) to have it in the future. Your options are:

    • Use CADFEKO (not sure why you need to use EDITFEKO, since CADFEKO also support scripting)
    • Use CADFEKO to fit and mesh the line and import the meshed line in EDITFEKO (IN card that imports the segments from a *.cfm file)
    • Fit the points yourself and import the fitted points into EDITFEKO
  • Zakaria
    Zakaria Altair Community Member
    edited February 2018

    Thanks for your reply. I am trying to automate feko with Matlab. I can upload my points to Editfeko every time I run it but I don't know if there any way to import and mesh these points in Cadfeko using Matlab.