public IfcProductRepresentationSelect(IfcRepresentationMap choice)
 {
     this.choice = choice;
 }
Ejemplo n.º 2
0
 public IfcMappedItem(IfcRepresentationMap mappingSource, IfcCartesianTransformationOperator mappingTarget) : base()
 {
     MappingSource = mappingSource;
     MappingTarget = mappingTarget;
 }