Exemple #1
0
 internal IfcBuildingSystem(DatabaseIfc db, IfcBuildingSystem s, DuplicateOptions options) : base(db, s, options)
 {
     mLongName = s.mLongName; mPredefinedType = s.mPredefinedType;
 }
Exemple #2
0
 public IfcBuildingSystem(IfcSpatialElement bldg, string name, IfcBuildingSystemTypeEnum type) : base(bldg, name)
 {
     mPredefinedType = type;
 }
Exemple #3
0
 internal IfcBuildingSystem(DatabaseIfc db, IfcBuildingSystem s, IfcOwnerHistory ownerHistory, bool downStream) : base(db, s, ownerHistory, downStream)
 {
     mLongName = s.mLongName; mPredefinedType = s.mPredefinedType;
 }
Exemple #4
0
 public IfcBuildingSystem(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcBuildingSystemTypeEnum predefinedType, IfcLabel longName) : base(globalId, ownerHistory, name, description, objectType)
 {
     PredefinedType = predefinedType;
     LongName       = longName;
 }
Exemple #5
0
		internal IfcBuildingSystem(IfcSpatialElement bldg, string name,  IfcBuildingSystemTypeEnum type) : base(bldg, name) { mPredefinedType = type; }
Exemple #6
0
		internal IfcBuildingSystem(IfcBuildingSystem i) : base(i) { mLongName = i.mLongName; mPredefinedType = i.mPredefinedType; }
Exemple #7
0
 internal IfcBuildingSystem(DatabaseIfc db, IfcBuildingSystem s)
     : base(db,s)
 {
     mLongName = s.mLongName; mPredefinedType = s.mPredefinedType;
 }