TreeEntryΒΆ
| Type: | file, or section | 
|---|---|
| Range: | [] | 
| Default: | -/- | 
| Appearance: | multiple | 
The TreeEntry is used to reference a scalar value in the .jcm input tree to be selected as a DerivativeParameter and to define its Scaling.
If the default unit scaling is used, the  Scaling entry can be omitted and the Path can be entered as the value of the  TreeEntry directly, i.e. the definitions
TreeEntry {
  Path = Layout/Extrusion/TopLayer/Thickness
  Scaling = 1.0
}
and
TreeEntry = Layout/Extrusion/TopLayer/Thickness
are equivalent.
Multiple TreeEntry definitions can be used if a parameter influences more the one value.