Пример #1
0
 private void Main(Duct el)
 {
     el.LookupParameter(thickParameter).Set(GetDuctThickness(el));
     el.LookupParameter(classParameter).Set(GetDuctClass(el));
     el.LookupParameter(levelParameter).Set(GetLevelHeight(el));
     el.LookupParameter(sizeParameter).Set(GetSizeText(el));
 }
Пример #2
0
 private void Main(Duct el)
 {
     el.LookupParameter(thickParameter).Set(GetDuctThickness(el));
     el.LookupParameter(classParameter).Set(GetDuctClass(el));
     el.LookupParameter(levelParameter).Set(GetLevelHeight(el));
     el.LookupParameter(horizontalParameter).Set(IsHorizontal(el));
     el.LookupParameter(verticalParameter).Set(IsVertical(el));
 }