The bottom section of the dialog contains the items useful to set the information related to the component.
The section is divided in two parts:
BOM Information and Custom Information.
For a detailed explanation see here BOM information
Every component defined in the User Interface has behind him some data files which contain properties and parameters related to the component itself. These files are placed in the folder of the standard rule. The main files associated to the family of components are the followings: SplinedShaft.ini and UNIxxxx.dat
For example, this is the structure of a SplinedShaft.ini file
#
# Name |FileTable | Description | CodeConf | Descr | Material
UNI 8953 SL | UNI8953sl.dat | Splined shaft LIGHT Series | Splined SL <N>x<Dmin>x<Dmax> | Splined Shaft UNI 8953 SL <N>x<Dmin>x<Dmax> | Steel.dat
UNI 8953 SM | UNI8953sm.dat | Splined shaft MEDIUM series | Splined SM <N>x<Dmin>x<Dmax> | Splined Shaft UNI 8953 SM <N>x<Dmin>x<Dmax> | Steel.dat
UNI 8953 HSL| UNI8953Hsl.dat | Splined hub LIGHT Series | Splined HSL <N>x<Dmin>x<Dmax> | Splined hub UNI 8953 SL <N>x<Dmin>x<Dmax> | Steel.dat
UNI 8953 HSM| UNI8953Hsm.dat | Splined hub MEDIUM series | Splined HSM <N>x<Dmin>x<Dmax> | Splined hub UNI 8953 SM <N>x<Dmin>x<Dmax> | Steel.dat
The UNIxxxx.dat files, contain the fields of the standard values related to Splined Shaft normative; the structure of the files are self-explaining.
## ==========================================
## * Fronema Srl - PARAMETRIC LIBRARY
## ==========================================
##
## Cylindrical grooves parallel sides internal centering - LIGHT Series
##
## Order Name Description
## 0 DMin -> Minimum diameter shaft
## 1 DMax -> Maximum diameter shaft
## 2 B -> L dente
## 3 N -> N denti
## 4 DEex -> External diameter splined hub
##
<UNIT> MM
#
# DMin | DMax | B | N | DExt
23 | 26 | 6 | 6 | 0
26 | 30 | 6 | 6 | 0
28 | 32 | 7 | 6 | 0
32 | 36 | 6 | 8 | 0
36 | 40 | 7 | 8 | 0
42 | 46 | 8 | 8 | 0
...