コード例 #1
0
 public Pset_ManufacturerTypeInformation(IfcElementType type)
     : base(type.mDatabase, "Pset_ManufacturerTypeInformation")
 {
     Description = type.Name; type.AddPropertySet(this);
 }
コード例 #2
0
 public Pset_ManufacturerOccurrence(IfcElementType type)
     : base(type.mDatabase, "Pset_ManufacturerOccurrence")
 {
     Description = type.Name; type.AddPropertySet(this);
 }