Skip to main content
5-Regular Member
September 11, 2023
Question

Export .SLT files

  • September 11, 2023
  • 1 reply
  • 974 views

Hello.

I'm using Creo Elements/Direct Modeling (x64 edition) Revision: 20.1.2.0, and every time I export a SLT file, I need to change the maximum deviation value.

Is there a way to lock these values to create a default parameter?

 

    1 reply

    13-Aquamarine
    April 3, 2025

    As far as I know it's not possible to fix these values.

     

    Perhaps you could try to start the function with this code or similar:

     

    stl :parts_assemblies :display-options :dev_distance 0.05 :dev_angle 5.00

     

    Our experience is to let the default values for best results.

     

     

    5-Regular Member
    April 4, 2025

    I used your suggestion.
    I created a custom command and a button for it, but when selecting the 3D part, the values are updated to "random values."