Beispiel #1
0
        public IfcRepresentationMap(IfcAxis2Placement mappingOrigin, IfcRepresentation mappedRepresentation) : base()
        {
            HasShapeAspects = new List <IfcShapeAspect>();
            MapUsage        = new List <IfcMappedItem>();

            MappingOrigin        = mappingOrigin;
            MappedRepresentation = mappedRepresentation;
        }
Beispiel #2
0
 public IfcLayeredItem(IfcRepresentation choice)
 {
     this.choice = choice;
 }