public IfcLibraryReference(IfcURIReference location, IfcIdentifier identification, IfcLabel name, IfcText description, IfcLanguageId language, IfcLibraryInformation referencedLibrary) : base(location, identification, name) { LibraryRefForObjects = new List <IfcRelAssociatesLibrary>(); Description = description; Language = language; ReferencedLibrary = referencedLibrary; }
public IfcCurrencyRelationship(IfcLabel name, IfcText description, IfcMonetaryUnit relatingMonetaryUnit, IfcMonetaryUnit relatedMonetaryUnit, IfcPositiveRatioMeasure exchangeRate, IfcDateTime rateDateTime, IfcLibraryInformation rateSource) : base(name, description) { RelatingMonetaryUnit = relatingMonetaryUnit; RelatedMonetaryUnit = relatedMonetaryUnit; ExchangeRate = exchangeRate; RateDateTime = rateDateTime; RateSource = rateSource; }
public IfcLibrarySelect(IfcLibraryInformation choice) { this.choice = choice; }