Пример #1
0
 public IfcStyledItem(IfcRepresentationItem item, List <IfcStyleAssignmentSelect> styles, IfcLabel name) : base()
 {
     Item   = item;
     Styles = styles;
     Name   = name;
 }
Пример #2
0
 public IfcLayeredItem(IfcRepresentationItem choice)
 {
     this.choice = choice;
 }
Пример #3
0
 public static bool?IfcTopologyRepresentationTypes(IfcLabel repType, IfcRepresentationItem items)
 {
     throw new NotImplementedException();
 }