From 85fa03ddb9466210e0ef7af909a4420cfef482ac Mon Sep 17 00:00:00 2001 From: BHoMBot Date: Fri, 8 Jan 2021 12:51:14 +0000 Subject: [PATCH] Remove PreviousVersion attributes for previous milestones --- Revit_Engine/Create/Elements/DraftingInstance.cs | 2 -- Revit_Engine/Create/Elements/ModelInstance.cs | 4 ---- Revit_Engine/Create/Requests/FilterTypesOfFamily.cs | 1 - Revit_Engine/Query/RevitEdges.cs | 1 - 4 files changed, 8 deletions(-) diff --git a/Revit_Engine/Create/Elements/DraftingInstance.cs b/Revit_Engine/Create/Elements/DraftingInstance.cs index 02084503d..2d7032e18 100644 --- a/Revit_Engine/Create/Elements/DraftingInstance.cs +++ b/Revit_Engine/Create/Elements/DraftingInstance.cs @@ -38,7 +38,6 @@ public static partial class Create /**** Public methods ****/ /***************************************************/ - [PreviousVersion("4.0", "BH.Engine.Adapters.Revit.Create.DraftingInstance(System.String, System.String, System.String, BH.oM.Geometry.Point)")] [Description("Creates DraftingInstance object based on point location, Revit family name and family type name. Such DraftingInstance can be pushed to Revit as a point-driven drafting element.")] [Input("familyName", "Name of Revit family to be used when creating the element.")] [Input("familyTypeName", "Name of Revit family type to be used when creating the element.")] @@ -56,7 +55,6 @@ public static DraftingInstance DraftingInstance(string familyName, string family /***************************************************/ - [PreviousVersion("4.0", "BH.Engine.Adapters.Revit.Create.DraftingInstance(BH.oM.Adapters.Revit.Properties.InstanceProperties, System.String, BH.oM.Geometry.Point)")] [Description("Creates DraftingInstance object based on point location and BHoM InstanceProperties. Such DraftingInstance can be pushed to Revit as a point-driven drafting element.")] [InputFromProperty("properties")] [InputFromProperty("viewName")] diff --git a/Revit_Engine/Create/Elements/ModelInstance.cs b/Revit_Engine/Create/Elements/ModelInstance.cs index a49c0ef4b..3e4c2a5e3 100644 --- a/Revit_Engine/Create/Elements/ModelInstance.cs +++ b/Revit_Engine/Create/Elements/ModelInstance.cs @@ -34,7 +34,6 @@ public static partial class Create /**** Public methods ****/ /***************************************************/ - [PreviousVersion("4.0", "BH.Engine.Adapters.Revit.Create.ModelInstance(System.String, System.String, BH.oM.Geometry.Point)")] [Description("Creates ModelInstance object based on point location, Revit family name and family type name. Such ModelInstance can be pushed to Revit as a point-driven element, e.g. chair.")] [Input("familyName", "Name of Revit family to be used when creating the element.")] [Input("familyTypeName", "Name of Revit family type to be used when creating the element.")] @@ -52,7 +51,6 @@ public static ModelInstance ModelInstance(string familyName, string familyTypeNa /***************************************************/ - [PreviousVersion("4.0", "BH.Engine.Adapters.Revit.Create.ModelInstance(System.String, System.String, BH.oM.Geometry.ICurve)")] [Description("Creates ModelInstance object based on curve location, Revit family name and family type name. Such ModelInstance can be pushed to Revit as a curve-driven element, e.g. duct.")] [Input("familyName", "Name of Revit family to be used when creating the element.")] [Input("familyTypeName", "Name of Revit family type to be used when creating the element.")] @@ -69,7 +67,6 @@ public static ModelInstance ModelInstance(string familyName, string familyTypeNa /***************************************************/ - [PreviousVersion("4.0", "BH.Engine.Adapters.Revit.Create.ModelInstance(BH.oM.Adapters.Revit.Properties.InstanceProperties, BH.oM.Geometry.Point)")] [Description("Creates ModelInstance object based on point location and BHoM InstanceProperties. Such ModelInstance can be pushed to Revit as a point-driven element, e.g. chair.")] [InputFromProperty("properties")] [InputFromProperty("location")] @@ -95,7 +92,6 @@ public static ModelInstance ModelInstance(InstanceProperties properties, Point l /***************************************************/ - [PreviousVersion("4.0", "BH.Engine.Adapters.Revit.Create.ModelInstance(BH.oM.Adapters.Revit.Properties.InstanceProperties, BH.oM.Geometry.ICurve)")] [Description("Creates ModelInstance object based on curve location and BHoM InstanceProperties. Such ModelInstance can be pushed to Revit as a point-driven element, e.g. chair.")] [InputFromProperty("properties")] [InputFromProperty("location")] diff --git a/Revit_Engine/Create/Requests/FilterTypesOfFamily.cs b/Revit_Engine/Create/Requests/FilterTypesOfFamily.cs index 675d03485..0ca5a2efe 100644 --- a/Revit_Engine/Create/Requests/FilterTypesOfFamily.cs +++ b/Revit_Engine/Create/Requests/FilterTypesOfFamily.cs @@ -34,7 +34,6 @@ public static partial class Create /**** Public methods ****/ /***************************************************/ - [PreviousVersion("3.2", "BH.Engine.Adapters.Revit.Create.FilterFamilyTypesOfFamily(BH.oM.Base.IBHoMObject)")] [Description("Creates IRequest that filters Revit Family Types of input Family.")] [Input("bHoMObject", "BHoMObject that contains ElementId of a correspondent Revit element in RevitIdentifiers fragment attached to it - usually previously pulled from Revit.")] [Output("request", "Created request.")] diff --git a/Revit_Engine/Query/RevitEdges.cs b/Revit_Engine/Query/RevitEdges.cs index bc117da47..811379f82 100644 --- a/Revit_Engine/Query/RevitEdges.cs +++ b/Revit_Engine/Query/RevitEdges.cs @@ -36,7 +36,6 @@ public static partial class Query /**** Public methods ****/ /***************************************************/ - [PreviousVersion("4.0", "BH.Engine.Adapters.Revit.Query.Edges(BH.oM.Base.IBHoMObject)")] [Description("Returns edges of Revit element correspondent to given BHoMObject. This value is stored in RevitGeometry fragment.")] [Input("bHoMObject", "BHoMObject to be queried.")] [Output("edges")]