Skye's History

Questions
1

Answers
2

  • Asked on 26 5 月, 2025 in Moldex3D.

    可以調整 Preferences -> File -> Tolerance 中的 Tolerance of Auto-Heal Model 參數

      • 勾選 CAD original system tolerance

     

      • 勾選 User-defined tolerance ,使用下列參數進行 auto heal 匯入:

        RE: Import Geometry (Auto Heal) 會將幾何要保留的小特徵移除

     

    幾何的台階特徵大於檢查參數,在讀入後該特徵仍被保留

    RE: Import Geometry (Auto Heal) 會將幾何要保留的小特徵移除

    RE: Import Geometry (Auto Heal) 會將幾何要保留的小特徵移除

    • 235 views
    • 2 answers
    • 0 votes
  • Asked on 27 8 月, 2024 in Moldex3D.

    You can try the following steps, which might resolve the issue.

    • Run cmd as Administrator and do the following four steps
      1. Make sure the folder goes to installation folder (Default is C) by typing in C:
      2. Point the folder to CADdoctor Tool by typing in cd C:\Moldex3D\2024\CADdoctor\e3ds\SmartLauncher\tools
      3. Type in set ELY_RUBIES_BASE=%ProgramData%\CoreTechSystem\Ruby
      4. Type in bundle-install.bat

    RE: Error message in CADdoctor 2024R2

    RE: Error message in CADdoctor 2024R2

    • If the cmd returns the following information indicating the installation failed, you can try the following steps to see if they resolve the issue.

      RE: Error message in CADdoctor 2024R2

      1. C:/ProgramData/CoreTechSystem/Ruby/2.7.6/rubies/ruby-2.7.6/lib/ruby/2.7.0/win32/registry.rb
        By editing line 72 of the above file as follows, it may be possible to avoid the issue.
      2. —–
        Before) LOCALE = Encoding.find(Encoding.locale_charmap)
        After) LOCALE = Encoding::UTF_8
        —–
      3.  

        and run bundle-install.bat (with admin rights again)

    • 323 views
    • 1 answers
    • 4 votes