How to set the 4 decimal radius dimension in the drawing?

Tekla Structures
Not version-specific
Tekla Structures
FAQ
Radius decimals
Environment
Not environment-specific

Change the decimals value 4 instead of 2 in contentattributes.lst file which you can copy from your environments folder (\TeklaStructures\<version>\Environments\<Environment>\template\settings\contentattributes.lst) to your model folder.
You can change the local settings inside the contentattributes.lst file by adding the attribute after the INCLUDE sentences. Example:

// --------------------------------------------------------------------------
// Template Editor 3.20 - Attributes
// =================================
//
// This is a container file where all needed attribute files are included.
//
// --------------------------------------------------------------------------
// Global attributes defined in source code
[INCLUDE .\settings\contentattributes_global.lst]

// User attributes defined in 'objects.inp'
[INCLUDE contentattributes_userdefined.lst]

RADIUS FLOAT RIGHT TRUE 5 4 Length mm

[BINDINGS] // Do NOT remove this line



Follow the below options to show the 4 decimal radius in the drawings.

1. Set the associative Note Properties with help of User- defined attribute.

Image
Radius decimals.png


2. Set the associative Note Properties with help of Template.

Image
Radius decimals 2.png

Was this helpful?