Ejemplo n.º 1
0
        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;
        }
Ejemplo n.º 2
0
 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;
 }
Ejemplo n.º 3
0
 public IfcLibrarySelect(IfcLibraryInformation choice)
 {
     this.choice = choice;
 }