Be.Smart T4I
(EN) T4I
(EN) T4I
  • โ„น๏ธWhat is T4I?
  • โš™๏ธSystem Requirements
  • ๐Ÿ”‘Installation & Activation Guide
  • ๐ŸQuick Start Guide
    • Product Language
    • Icon Layout for Your Optimal Performance ๐ŸŒŸ
    • Get Help Easily
    • Automatize Your iProperties Workflows
      • Automatic iProperties
      • iProperties Synchronization
      • iProperties Dialogue Windows
    • Easy Document Publishing
    • Protect Your T4I Settings
    • Useful Links
  • ๐Ÿ†•What's New๐ŸŒŸ
    • Version 26.5.0.0๐ŸŒŸ
    • Version 26.4.1.1
    • Version 26.4.1.0
    • Version 26.4.0.0
    • Version 26.3.1.0
    • Version 26.3.0.0
    • Version 26.2.0.0
    • Version 26.1.1.0
    • Version 26.1.0.0
  • ๐Ÿ“˜Commands Overview
    • Structure of Commands in the Inventor UI
    • Be.Smart T4I
      • Edit Settings
        • Auto iProperties
          • Automatic update of iProperties
          • Synchronization of iProperties
        • QR code tools
        • Properties Dialog
        • iLogic
        • Publisher
          • Saving files using relative paths
        • Quantities
        • Display Name
        • Other tools
          • Save and return to sketch
        • Helpdesk
        • General
          • Configuration settings๐ŸŒŸ
          • Language settings
      • Layout
      • Advanced settings
        • Validate Document On Save
      • Edit iProperties
      • iLogic commands
      • Export settings
      • About
    • Helpdesk
      • Screenshot Inventor
      • Screenshot Desktop
      • Delete helpdesk
      • Open helpdesk
      • Helpdesk web
      • System info
      • Zip
      • Open WeTransfer
      • Start TeamViewer
      • Help
    • Model
      • Hide all
      • Sync camera
      • Model player
      • Apply display name
      • To origin
      • Push parameters
      • Publish iMates
      • Rename nodes
    • Sketch
      • As construction
      • Project origin
    • iLogic Samples
      • Installed printers
      • Quick properties
      • Center text
      • Export PDF
      • Quick print
      • Save TS
      • Units Converter
    • Publish
      • Export DWG
      • Export DXF
      • Export STEP
      • Export PDF
    • BOM
      • Sync
      • Sync 2
      • Update
      • Copy
      • Push Qty
      • Extract BOM
    • iProperties Transfer
      • Model to Drawing
      • Drawing to Model
    • Annotations
      • QR Code
      • Data Matrix
      • Align hatching
      • Diameter
      • Diameter H7
      • Thread M
      • Chamfer
      • Tolerance
      • Parentheses
      • 1/2
      • Reset
      • Center text
    • Commands outside the Inventor ribbon
      • Open Location
      • UCS Visibility
    • ๐Ÿ’กSelected Topics
      • T4I configuration backup and deployment
    • โš—๏ธBe.Smart T4I Labs
      • ๐Ÿ“งSend Us Feedback!
      • Fixed Workpoint
      • Colorizer
      • First-view Model to Drawing Property Sync
      • Quick Command Search
      • Time Tracker
Powered by GitBook
On this page
  • Registry configuration
  • XML file configuration
  • Workflow overview for the XML configuration file
  • Removing the configuration

Was this helpful?

  1. Commands Overview
  2. Be.Smart T4I
  3. Edit Settings
  4. General

Configuration settings๐ŸŒŸ

Last updated 1 year ago

Was this helpful?

T4I configuration can be stored using two methods: in registry or XML file.

Registry configuration

Configuration is stored in the key HKEY_CURRENT_USER\Software\Holixa\T4I.

If needed, this branch can be from the registry and provided to other users to import the T4I settings.

T4I settings can be imported to the registry by double-clicking on the exported file.

When editing the Registry, always proceed with extreme caution.

Be.Smart T4I add-on restart is needed for the changes to take effect.

XML file configuration

If an XML file should be used for the configuration of T4I, it is necessary to provide a path to the XML file containing the T4I configuration settings.

Workflow overview for the XML configuration file

  1. (Export settings to the XML file using the Export settings command.)

  2. In the Configuration file name section, click the three-dots button.

  3. Select the XML file.

Be.Smart T4I add-on restart is needed for the changes to take effect.

Removing the configuration

The complete configuration of Be.Smart T4I can be removed by using the CleanupT4I.bat script. Copy the below code, create a new text file, paste the copied code, and save the file as a CleanupT4I.bat.

@ECHO off

ECHO Deleting registry keys
REG delete HKEY_CURRENT_USER\SOFTWARE\Holixa\T4I /f

ECHO Deleting AppData files
RMDIR /S /Q "%AppData%\Holixa\T4I"

ECHO Deleting Temp files
RMDIR /S /Q "%Temp%\Holixa\T4I"


TIMEOUT 5

By using the CleanupT4I.bat script, you acknowledge that the complete configuration of Be.Smart T4I will be erased.

๐Ÿ“˜
exported
Registry configuration type
T4I key in Registry
XML file configuration