# Version 26.4.1.0

{% hint style="info" %}
Don't forget to use the [Feedback](https://help.besmart.software/t4i/commands-overview/be.smart-t4i-labs/send-us-feedback) command to let us know your thoughts on the new features.
{% endhint %}

## <mark style="color:green;">New features in the main T4I app</mark> <a href="#known-issues" id="known-issues"></a>

### <mark style="color:green;">Number of sheet metal bends in iProperties</mark>

We have extended the automatic iProperties with new sheet metal bend count properties. You can use them, for example, to speed up your quotation process for sheet metal parts.

<figure><img src="https://4060565498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qMZuBhZUXGRVospdct%2Fuploads%2FRoNUIkVgOBQPwTY2wFCH%2Fimage.png?alt=media&#x26;token=a99659fc-f475-47f3-a835-97a1c337ab37" alt=""><figcaption></figcaption></figure>

It works similarly to other automatic iProperties. On the *Auto iProperties* → *Sheet metal* tab, select the document type (part, assembly) you want to use it for. In assemblies, it provides a summary of all bends across all components, ignoring suppressed or reference components.

<figure><img src="https://4060565498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qMZuBhZUXGRVospdct%2Fuploads%2F666xfvJYpmXJAxWnGkwk%2Fimage.png?alt=media&#x26;token=ffb7d1d1-122b-430d-ae89-bd88b9e5a4f2" alt=""><figcaption></figcaption></figure>

### <mark style="color:green;">Rounding of values in Custom iProperties dialogue windows</mark>

If you use a [custom iProperties dialogue box](https://help.besmart.software/t4i/commands-overview/be.smart-t4i/edit-iproperties) (you should!), you might have noticed that some property values - particularly Inventor’s physical or geometric ones - are displayed with all the digits after the decimal point, which isn’t very practical. (iProperties created directly by T4I, for example, Mass or flat pattern dimensions, are not affected by this.)

<figure><img src="https://4060565498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qMZuBhZUXGRVospdct%2Fuploads%2FPY3XhPEqujDn10ciRq4i%2Fimage.png?alt=media&#x26;token=3af8aee2-7bc9-4c85-9d4b-39dbe828e10c" alt=""><figcaption></figcaption></figure>

We’ve now improved that, and you can format the values displayed as you need. Two conditions must be met (for your safety and data consistency 😉): the value must be set to **read-only**, and the value type format must be set to **Number**. Only then will a new *String format* field be activated.

<figure><img src="https://4060565498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qMZuBhZUXGRVospdct%2Fuploads%2FGoeE3xDRmnzIIuc6QuJd%2Fimage.png?alt=media&#x26;token=8ca8ae7f-7252-4586-a7e9-48efb0a250ca" alt=""><figcaption></figcaption></figure>

To round the real numbers, you can use different format strings entered into the *String format* field. Let's illustrate this with an example of formatting the `123,456` real number.

| Task                                                                                    | String format field value | Resulting value | Comment                                                                          |
| --------------------------------------------------------------------------------------- | ------------------------- | --------------- | -------------------------------------------------------------------------------- |
| Round to a specified number of digits (e.g. 2 digits)                                   | F2                        | 123,46          | F (fixed-point format)                                                           |
| Round to 4 digits and always display the last digit even if it is zero (trailing zeros) | 0.0000                    | 123,4560        | Also, the leading zero would be displayed in this case                           |
| Round to 4 digits and display the last digit only if it is significant (non-zero)       | #.####                    | 123,456         | Leading zero would not be displayed if the integer part of the number is zero    |
| Round to 2 decimal places, keep leading and trailing zeros, add custom text at the end  | 0.00 'mm'                 | 123,45 mm       | Proceed with caution when adding the custom text (e.g. units) behind the number. |

<figure><img src="https://4060565498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qMZuBhZUXGRVospdct%2Fuploads%2FzpbqoGfQsTqc8POi7ieT%2Fimage.png?alt=media&#x26;token=d5078200-e6ab-484e-9aa7-e97535c8ef15" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The resulting decimal separator type depends on your locale settings.
{% endhint %}

{% hint style="info" %}
Only the values in the iProperties dialog box are modified. The original (source) iProperties values remain unaffected.
{% endhint %}

There’s a lot more to explore regarding number formatting. Check out the additional information on Microsoft’s [Custom numeric format strings](https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-numeric-format-strings) and [Standard numeric format strings](https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-numeric-format-strings) pages.

## <mark style="color:green;">New features in T4I Labs (included in the main T4I app)</mark> <a href="#known-issues" id="known-issues"></a>

### <mark style="color:green;">Quick Command Search</mark>

We continue searching for ways to improve and speed up your workflows in Inventor. The Quick Command Search tool is a new addition to these efforts.

It will allow you to quickly search for and execute commands right from the location of your cursor in the Inventor window. Moreover, you can pin your favorite commands directly to the search command window!

<figure><img src="https://4060565498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qMZuBhZUXGRVospdct%2Fuploads%2FAcnP1JffuNlPUeF7ct1s%2Fimage.png?alt=media&#x26;token=9ec5e3cf-7830-4bde-ba36-52fb60644120" alt=""><figcaption></figcaption></figure>

The tool is not intended to replace workflows using Inventor keyboard shortcuts. Instead, it aims to **seamlessly integrate** into them and **conveniently complement** them where shortcuts are not implemented by default or would be unnecessarily complex.

You can find the command on the *Be.Smart Labs* ribbon, but using it from the ribbon isn't practical. Instead, assign a keyboard shortcut (`Alt+X` works well) so you can easily launch it whenever needed.

<figure><img src="https://4060565498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qMZuBhZUXGRVospdct%2Fuploads%2F3PRduY2AxQm36ByWo5h5%2Fimage.png?alt=media&#x26;token=17c72109-aa5d-4861-b1f6-9c3432c33d6a" alt=""><figcaption></figcaption></figure>

Read more about this tool on a dedicated [quick-command-search](https://help.besmart.software/t4i/commands-overview/be.smart-t4i-labs/quick-command-search "mention") help page.

### <mark style="color:green;">Time Tracker</mark>

Have you ever been asked how much time you spent working on a certain assembly or drawing to precise the quotation for your customer? Or are you simply interested in knowing how quickly you can achieve your goals in Inventor? A new Time Tracker tool is here to help you measure the time spent working on your designs.

Running in the background, it will provide you with a CSV report that can be turned into an easy-to-understand summary table or chart for visual evaluation.

<figure><img src="https://4060565498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qMZuBhZUXGRVospdct%2Fuploads%2FKorFKakcEDiMAUgv9f9k%2Fimage.png?alt=media&#x26;token=f2446717-f069-4e8e-9fb5-42b3d58c082d" alt=""><figcaption></figcaption></figure>

The Time Tracker is disabled by default. To activate it, simply go to the *T4I Labs Settings*, and select `True` in the *TimetrackerActivated* field. You can also set the CSV file location or adjust the *Idle Time* (minutes) during which you can stay inactive without the meter being reset/paused automatically. Restart Inventor for the changes to apply.

<figure><img src="https://4060565498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qMZuBhZUXGRVospdct%2Fuploads%2F2MjXQryDeyVHVVdPUvhU%2Fimage.png?alt=media&#x26;token=b23ee6e6-f33b-41c3-811e-93e40c2fd4f4" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
We know the designer's job is not just about clicking around in CAD. The data provided by Time Tracker is only indicative and depends on the tool settings, the complexity of the problem being solved, or the style of work in Inventor.
{% endhint %}

Read more about the Time Tracker on a dedicated [time-tracker](https://help.besmart.software/t4i/commands-overview/be.smart-t4i-labs/time-tracker "mention") help page.

## <mark style="color:red;">Bug fixes and other improvements</mark>

* We fixed an issue where the sheet metal thickness written as a string in custom iProperties had an invalid precision. You will no longer see 1,5 mm written as 1,5000000002.
* We’ve made some adjustments to the licensing. This should not affect you in any way.

## <mark style="color:blue;">Known Issues</mark> <a href="#known-issues" id="known-issues"></a>

* In very rare cases, due to a bug in Autodesk Inventor, the *Apply display name* command may fail to change the display name for some nodes of the assembly tree. This has been registered in Autodesk as the change request *INVGEN - 79037.*
* [*Sync*](https://help.besmart.software/t4i/commands-overview/bom/sync) or [*Sync2*](https://help.besmart.software/t4i/commands-overview/bom/sync-2) commands may fail if the instance properties are used and the *Merge Instance Rows* option in Inventor BOM is disabled.
* [*Open PDF file after export*](https://help.besmart.software/t4i/commands-overview/publish/export-pdf#command-settings) in T4I's publishing settings conflicts with the Inventor's PDF option *Display Published File in Viewer*. If *Display Published File in Viewer* is checked, it always overrides the settings of the *Open PDF file after export*. In other words, the published PDF file will always be opened in the default viewer no matter what you set for the *Open PDF file after export*.
* Due to changes and updates that GitBook made to the online help structure, automatic Help translations from English to other languages using Google Translator temporarily don't work as expected ("Can't translate this page" error is displayed).
* Limitations and known issues of Be.Smart T4I Labs' individual features are described in their respective help chapters.
