Skip to content

Commit

Permalink
Changed version to 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrocortesark committed Nov 19, 2024
1 parent 043bd79 commit ca26610
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace RhinoInside.Revit.GH.Components.Structure
using ARDB_Structure_AnalyticalMember = ARDB.Structure.AnalyticalModelStick;
#endif

[ComponentVersion(introduced: "1.26")]
[ComponentVersion(introduced: "1.27")]
public class AddAnalyticalMember : ElementTrackerComponent
{
public override Guid ComponentGuid => new Guid("88AD5522-B3AD-4A67-AB96-3D90249BA215");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace RhinoInside.Revit.GH.Components.Structure
using ARDB_Structure_AnalyticalPanel = ARDB.Structure.AnalyticalModelSurface;
#endif

[ComponentVersion(introduced: "1.26")]
[ComponentVersion(introduced: "1.27")]
public class AddAnalyticalPanelByBoundary : ElementTrackerComponent
{
public override Guid ComponentGuid => new Guid("BA2D1733-0A7A-463C-BDDC-4262405F4FE6");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace RhinoInside.Revit.GH.Components.Structure
using Convert.Geometry;
using External.DB.Extensions;

[ComponentVersion(introduced: "1.26")]
[ComponentVersion(introduced: "1.27")]
public class AddAnalyticalPanelByExtrusion : ElementTrackerComponent
{
public override Guid ComponentGuid => new Guid("872CCB2C-E374-4C3F-B7A7-24686AD3911C");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace RhinoInside.Revit.GH.Parameters
using ARDB_Structure_AnalyticalMember = ARDB.Structure.AnalyticalModelStick;
#endif

[ComponentVersion(introduced: "1.26")]
[ComponentVersion(introduced: "1.27")]
public class AnalyticalMember : GraphicalElement<Types.AnalyticalMember, ARDB_Structure_AnalyticalMember>
{
public override GH_Exposure Exposure => GH_Exposure.primary | GH_Exposure.hidden;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace RhinoInside.Revit.GH.Parameters
using ARDB_Structure_AnalyticalPanel = ARDB.Structure.AnalyticalModelSurface;
#endif

[ComponentVersion(introduced: "1.26")]
[ComponentVersion(introduced: "1.27")]
public class AnalyticalPanel : GraphicalElement<Types.AnalyticalPanel, ARDB_Structure_AnalyticalPanel>
{
public override GH_Exposure Exposure => GH_Exposure.primary | GH_Exposure.hidden;
Expand Down
21 changes: 0 additions & 21 deletions src/RhinoInside.Revit.GH/Parameters/Structure/AnalyticalSurface.cs

This file was deleted.

2 changes: 1 addition & 1 deletion src/RhinoInside.Revit.GH/Types/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ public class ModelUpdatesStatus : GH_Enum<ARDB.ModelUpdatesStatus>
};
}
[
ComponentVersion(introduced: "1.26"),
ComponentVersion(introduced: "1.27"),
ComponentGuid("84CCF256-95C2-4D9B-BFCD-303567FDF89B"),
Name("Analytical Structural Role"),
Description("Represents analytical structural roles"),
Expand Down

0 comments on commit ca26610

Please sign in to comment.