XS_JOINT_NUMBER_FORMAT
Category
Marking: General
The connection numbers are visible in drawings, when you set the Connection mark field to Number in the Connection mark properties dialog box. Use this advanced option to define the connection number format. For example, you can use it to define prefix text.
This advanced option is model specific and the setting is saved in the options database.
Example
In
XS_JOINT_NUMBER_FORMAT=J%3.3d
:
-
J is the prefix.
The rest of the string defines the number format.
-
The first number defines the minimum field width.
-
The second number defines the minimum quantity of numbers to display.
-
%
andd
(integer value) indicate the format.