public IfcRepresentationMap(IfcAxis2Placement mappingOrigin, IfcRepresentation mappedRepresentation) : base() { HasShapeAspects = new List <IfcShapeAspect>(); MapUsage = new List <IfcMappedItem>(); MappingOrigin = mappingOrigin; MappedRepresentation = mappedRepresentation; }
public IfcLayeredItem(IfcRepresentation choice) { this.choice = choice; }