Skip to content

Commit

Permalink
hide the component
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikaLos committed Nov 15, 2023
1 parent f484862 commit 2d6c53c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GsaGH/Components/5_Results/Member1dDisplacements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ namespace GsaGH.Components {
/// </summary>
public class Member1dDisplacements : GH_OasysDropDownComponent {
public override Guid ComponentGuid => new Guid("d15f1830-d383-4495-af8e-c78478482bcd");
public override GH_Exposure Exposure => GH_Exposure.quarternary;
public override GH_Exposure Exposure => GH_Exposure.hidden;
public override OasysPluginInfo PluginInfo => GsaGH.PluginInfo.Instance;
protected override Bitmap Icon => Resources.Member1dDisplacements;
private LengthUnit _lengthUnit = DefaultUnits.LengthUnitResult;

public Member1dDisplacements() : base("Member 1d Displacements", "1dMemDisp",
"Member1D Translation and Rotation result values", CategoryName.Name(),
public Member1dDisplacements() : base("Member 1D Displacements", "Mem1dDisp",
"1D Member Translation and Rotation result values", CategoryName.Name(),
SubCategoryName.Cat5()) {
Hidden = true;
}
Expand Down

0 comments on commit 2d6c53c

Please sign in to comment.