/// <summary> /// Create the PropertySetEntry for "SurfaceSpreadOfFlame", which is used by many property sets. /// </summary> /// <returns>The correct PropertySetEntry.</returns> public static PropertySetEntry CreateSurfaceSpreadOfFlameEntry() { PropertySetEntry ifcPSE = PropertySetEntry.CreateLabel("SurfaceSpreadOfFlame"); ifcPSE.AddLocalizedParameterName(LanguageType.French, "SurfacePropagationFlamme"); ifcPSE.AddLocalizedParameterName(LanguageType.German, "Brandverhalten"); return(ifcPSE); }
/// <summary> /// Create the PropertySetEntry for "AcousticRating", which is used by many property sets. /// </summary> /// <returns>The correct PropertySetEntry.</returns> public static PropertySetEntry CreateAcousticRatingEntry() { PropertySetEntry ifcPSE = PropertySetEntry.CreateLabel("AcousticRating"); ifcPSE.AddLocalizedParameterName(LanguageType.Chinese_Simplified, "隔音等级"); ifcPSE.AddLocalizedParameterName(LanguageType.French, "IsolationAcoustique"); ifcPSE.AddLocalizedParameterName(LanguageType.German, "Schallschutzklasse"); ifcPSE.AddLocalizedParameterName(LanguageType.Japanese, "遮音等級"); return(ifcPSE); }
/// <summary> /// Create the PropertySetEntry for "FireRating", which is used by many property sets. /// </summary> /// <returns>The correct PropertySetEntry.</returns> public static PropertySetEntry CreateFireRatingEntry() { PropertySetEntry ifcPSE = PropertySetEntry.CreateLabel("FireRating"); ifcPSE.AddLocalizedParameterName(LanguageType.Chinese_Simplified, "防火等级"); ifcPSE.AddLocalizedParameterName(LanguageType.French, "ResistanceAuFeu"); ifcPSE.AddLocalizedParameterName(LanguageType.German, "Feuerwiderstandsklasse"); ifcPSE.AddLocalizedParameterName(LanguageType.Japanese, "耐火等級"); ifcPSE.RevitBuiltInParameter = BuiltInParameter.DOOR_FIRE_RATING; return(ifcPSE); }