NOMMER
- Last UpdatedJan 23, 2023
- 1 minute read
The NOMMER parameter file is critical file to define naming convention for elements. The file must be present for application to propose a name in the creation forms.
The first column defines the type, the second column defines the purpose or gtype and the third column gives the naming mask. The following convention is applied to the third column:
-
The character "#" is replaced by a letter between A and Z
-
The character "%" is replaced by an integer between 0 and 9
-
The character "!" is replaced by the STEXT attribute for a TEXT element, or the empty string for another type of element.
-
Characters "?" is replaced by the characters of the owner elements name
-
{XXX} indicates a character chosen among the proposed characters.
SITE CIV /BUILDING#
ZONE /*-{CS}
STRU LEVL /*-LEV%%
FRMW WALL /*/WALLS
FRMW RETA /*/RETAINING
FRMW SLAB /*/FLOORS
FRMW FOOT /*/FOUNDATIONS
FRMW BASE /*/BASES
FRMW BEAM /*/BEAMS
FRMW COLU /*/COLUMNS
FRMW STAI /*/STAIRS
FRMW CASE /*/STAIRS
FRMW RAIL /*/HANDRAILS
FRMW TOUS /*/FRMW%%
FRMW LADD /*/LADDERS
FRMW GRAT /*/GRATINGS
FRMW META /*/ASSEMBLY%%
CFLOOR FOOT /*/%%
CFLOOR SLAB /*/1F%%
CFLOOR BASE /*/1B%%
CSCREED SLAB /*/2F/%%
CSCREED BASE /*/2B/%%
CWALL RETA /*/%%
CWALL WALL /*/%%
SBFR BEAM /*/%%
SBFR COLU /*/%%
continues .......