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