Пример #1
0
 public static IEnumerable <IfcDoorPanelProperties> GetDoorPanelProperties(this IfcDoorStyle doorStyle)
 {
     return(doorStyle.HasPropertySets.OfType <IfcDoorPanelProperties>());
 }
Пример #2
0
 public static IfcDoorLiningProperties GetDoorLiningProperties(this IfcDoorStyle doorStyle)
 {
     return(doorStyle.HasPropertySets.OfType <IfcDoorLiningProperties>().FirstOrDefault());
 }