public IfcStyledItem(IfcRepresentationItem item, List <IfcStyleAssignmentSelect> styles, IfcLabel name) : base() { Item = item; Styles = styles; Name = name; }
public IfcLayeredItem(IfcRepresentationItem choice) { this.choice = choice; }
public static bool?IfcTopologyRepresentationTypes(IfcLabel repType, IfcRepresentationItem items) { throw new NotImplementedException(); }