CAD linked spaces fields
Field
Description
Description
Enter a description for the CAD linked spaces.
Generate space code per floor
Enter a macro to generate a code for a space of a floor.
Note: the macro should be entered in a single line.
Note: A macro can be used in combination with a field mapping to generate a space code. For example, a field mapping is created for a space to retrieve the space code from a layer of a drawing. If no space code exists for a space, the code is generated using the macro specified in the field.
This field accepts the following macros:
? Indicates the code of a floor. The number of question marks indicates the number of digits of a floor code to display.
# Represents the code of the space. The numbers of hashes represent the number of digits in which the space code should be displayed.
- and _ can be used to separate the floor and space codes for clarity and are not mandatory to use.
, is used as a separator and is not allowed to use in a macro.
For example,
?-## matches with the codes of the first floor as 1-01, 1-02, 1-03 and so on.
?## matches with the codes of the first floor as 101,102 and so on.
F??_S### matches with codes of the first floor as F01_S001, F01_S002 and so on.
* 
For more information about field mapping, see Mapping fields.