Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonie-kramer committed Nov 29, 2023
1 parent 59f2e20 commit 60b69e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Elements/src/BIM/Door/Door.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class Door : GeometricElement
/// <summary>Height of a door without a frame.</summary>
[JsonProperty("Door Height")]
public double DoorHeight { get; set; }
/// <summary>Type of door (Glass or Solid).</summary>
[JsonProperty("Door Type")]
public string DoorType { get; set; }
/// <summary>Default door thickness.</summary>
Expand Down

0 comments on commit 60b69e8

Please sign in to comment.