Skip to content

Commit

Permalink
update the list with default Favorite members
Browse files Browse the repository at this point in the history
  • Loading branch information
NeVeSpl committed Aug 12, 2024
1 parent 8c3025b commit 021982f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions sources/RevitDBExplorer/Domain/FavoriteMembersManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ internal class FavoriteMembersManager
"Element.get_Geometry(Options)",
"Element.get_Parameters()",
"Rebar.GetCenterlineCurves(Boolean,Boolean,Boolean,MultiplanarOption,Int32)",
"FamilyInstance.get_Symbol()",
"FamilyInstance.get_Location()",
"Instance.GetTransform()",
"Element.GetEntity(Schema)",
"Document.get_ParameterBindings()",
"Application.OpenSharedParameterFile()",
"Rebar.GetRebarConstraintsManager()",
"Element.GetTypeId()",
};

static FavoriteMembersManager()
Expand Down
2 changes: 1 addition & 1 deletion sources/RevitDBExplorer/RevitDBExplorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<PackageReference Include="LoxSmoke.DocXml" Version="3.5.0" />
<PackageReference Include="NSourceGenerators.CodeToString" Version="0.4.0" />
<PackageReference Include="RevitExplorer.Augmentations" Version="1.2.0.$(RevitYear)" />
<PackageReference Include="RevitExplorer.Scripting" Version="1.2.0.$(RevitYear)" />
<PackageReference Include="RevitExplorer.Scripting" Version="1.2.1.$(RevitYear)" />
<PackageReference Include="RevitExplorer.Visualizations" Version="1.2.0.$(RevitYear)" />
<PackageReference Include="SimMetrics.Net" Version="1.0.5" />
</ItemGroup>
Expand Down

0 comments on commit 021982f

Please sign in to comment.