public IfcProductRepresentationSelect(IfcRepresentationMap choice)
 {
     this.choice = choice;
 }
Пример #2
0
 public IfcMappedItem(IfcRepresentationMap mappingSource, IfcCartesianTransformationOperator mappingTarget) : base()
 {
     MappingSource = mappingSource;
     MappingTarget = mappingTarget;
 }