Skip to content

Commit

Permalink
versioning fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelbaran committed Jun 13, 2024
1 parent 9c554b9 commit 11760a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Revit_Core_Engine/Convert/FromRevit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public static partial class Convert
/**** Interface Methods ****/
/***************************************************/

[PreviousVersion("7.2", "BH.Revit.Engine.Core.Convert.IFromRevit(Autodesk.Revit.DB.Element, BH.oM.Adapters.Revit.Enums.Discipline, Autodesk.Revit.DB.Transform, BH.oM.Adapters.Revit.Settings.RevitSettings, System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BH.oM.Base.IBHoMObject>>)")]
[Description("Interface method that tries to find a suitable FromRevit convert for any Revit Element.")]
[Input("element", "Revit Element to be converted.")]
[Input("discipline", "Engineering discipline based on the BHoM discipline classification.")]
Expand Down Expand Up @@ -70,6 +71,7 @@ public static IGeometry IFromRevit(this Location location)
/**** Convert Revit elements to BHoM ****/
/***************************************************/

[PreviousVersion("7.2", "BH.Revit.Engine.Core.Convert.FromRevit(Autodesk.Revit.DB.Analysis.EnergyAnalysisDetailModel, BH.oM.Adapters.Revit.Enums.Discipline, Autodesk.Revit.DB.Transform, BH.oM.Adapters.Revit.Settings.RevitSettings, System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BH.oM.Base.IBHoMObject>>)")]
[Description("Converts a Revit EnergyAnalysisDetailModel to a BHoM object based on the requested engineering discipline.")]
[Input("energyAnalysisModel", "Revit EnergyAnalysisDetailModel to be converted.")]
[Input("discipline", "Engineering discipline based on the BHoM discipline classification.")]
Expand All @@ -95,6 +97,7 @@ public static List<IBHoMObject> FromRevit(this EnergyAnalysisDetailModel energyA

/***************************************************/

[PreviousVersion("7.2", "BH.Revit.Engine.Core.Convert.FromRevit(Autodesk.Revit.DB.AssemblyInstance, BH.oM.Adapters.Revit.Enums.Discipline, Autodesk.Revit.DB.Transform, BH.oM.Adapters.Revit.Settings.RevitSettings, System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BH.oM.Base.IBHoMObject>>)")]
[Description("Converts a Revit AssemblyInstance to a BHoM object based on the requested engineering discipline.")]
[Input("assemblyInstance", "Revit AssemblyInstance to be converted.")]
[Input("discipline", "Engineering discipline based on the BHoM discipline classification.")]
Expand All @@ -119,6 +122,7 @@ public static List<IBHoMObject> FromRevit(this AssemblyInstance assemblyInstance

/***************************************************/

[PreviousVersion("7.2", "BH.Revit.Engine.Core.Convert.FromRevit(Autodesk.Revit.DB.Element, BH.oM.Adapters.Revit.Enums.Discipline, Autodesk.Revit.DB.Transform, BH.oM.Adapters.Revit.Settings.RevitSettings, System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<BH.oM.Base.IBHoMObject>>)")]
[Description("Converts a Revit Element to a BHoM object based on the requested engineering discipline.")]
[Input("element", "Revit EnergyAnalysisDetailModel to be converted.")]
[Input("discipline", "Engineering discipline based on the BHoM discipline classification.")]
Expand Down

0 comments on commit 11760a2

Please sign in to comment.