What's new

Recent content by stepalibre

  1. stepalibre

    How to access the owner of a parameter in a part through API?

    Planes are inside the DesignSession. You can call DesignSession.DesignPlanes to get the parameters of a plane. This is true for other collections. You can update a parameter by name: part = CurrentPart() aa = part.GetParameter("A1") aa.Value = 100 Is the goal to update a specific plane's...
  2. stepalibre

    Guys, for the love of god, Linux!

    I don't want to get banned either, but macOS?
  3. stepalibre

    Another script failure in v27

    Not exactly. I only use public APIs that are somewhat documented which is AlibreX/Alibre Script. Full round is a combination of face selection and standard fillet features, that auto-creates geometry tangent to adjacent faces that share an edge. Full round fillet could be added to the Fillet...
  4. stepalibre

    Do these warnings and exceptions matter?

    https://www.alibre.com/forum/index.php?threads/exporting-part-as-step-ap-242.24629/#post-166304
  5. stepalibre

    How to tell if files are missing when opening an assembly?

    You can use ConstituentFilePaths to get the constituents and then check if the file paths exist or not. This can be a slow process for large assemblies.
  6. stepalibre

    Do these warnings and exceptions matter?

    What is the code causing these STEP import/export? If you're using Trace.WriteLine, I'd expect to see similar messages. These are internal messages there's nothing we can do about them except learn. Yes, this is likely from the STEP translator and is probably a STEP to ACIS issue. Are you...
  7. stepalibre

    AtomFem? Open source Fem - based on devDept Eyeshot V10

    TestbedUI is the base GUI for the FEM project. https://github.com/stephensmitchell/TestbedUI
  8. stepalibre

    Another script failure in v27

    I'll continue work related to this here: https://github.com/Testbed-for-Alibre-Design/Fillet_R_and_D The short story is that I believe the AlibreX API is not complete enough to easily build a full round fillet. There are too many missing APIs to do it, which requires writing core face and edge...
  9. stepalibre

    Move - Setting relative basepoint

    The UI needs work. I may be used to it.
  10. stepalibre

    Move - Setting relative basepoint

    I ran many tests and I think the missing piece is clicking Direct Entry Apply button, then switching to Relative. The To and From Points should be the same for it to behave as a basepoint for the selected figures: I'm not saying it's perfect, the UI feedback and documentation need fixing.
  11. stepalibre

    A way to find Alibre documentation pages by version Atom3D|Pro|Expert more easily. Alibre Help GPT

    More tests: https://chat.openai.com/share/ecf15eb9-90a4-4b00-a1e4-b7a4d8e3825f
  12. stepalibre

    A way to find Alibre documentation pages by version Atom3D|Pro|Expert more easily. Alibre Help GPT

    More tests: https://chat.openai.com/share/7735240f-e6fa-4cd6-a7ec-c53fe7f30991 https://chat.openai.com/share/a72da6f2-2203-4963-ac4d-d752db9f3f3d " Search the knowledge first." in prompts improves output. Buggy but mostly works.
  13. stepalibre

    Move - Setting relative basepoint

    I'm curious to hear the answer from help, because It appears to work as I understand it. The last point will always get overriden with the To & From buttons. The Relative To" field on the Direct Entry dialog needs to be zeroed out in order for the relative (U,V) to be actually relative to your...
  14. stepalibre

    A way to find Alibre documentation pages by version Atom3D|Pro|Expert more easily. Alibre Help GPT

    Major update. The Alibre Help GPT now returns Alibre Help URLs that match your prompts! Currently testing responses. Test1: https://chat.openai.com/share/3774456b-3f5f-4907-ae15-ca5f453e5ca3
  15. stepalibre

    Why is this not fully constrained?

    Adding or deleting a horizontal or vertical constraint is easier than drawing a rec or square by center point from scratch.
Top