-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01d4885
commit d51248f
Showing
9 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
LayoutFunctions/ClassroomLayout/dependencies/SpaceBoundary.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
using Elements.Geometry; | ||
using Newtonsoft.Json; | ||
|
||
namespace Elements | ||
{ | ||
public partial class SpaceBoundary : GeometricElement, ISpaceBoundary | ||
{ | ||
public Vector3? ParentCentroid { get; set; } | ||
|
||
[JsonProperty("Config Id")] | ||
public string ConfigId { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
using Elements.Geometry; | ||
using Newtonsoft.Json; | ||
|
||
namespace Elements | ||
{ | ||
public partial class SpaceBoundary : GeometricElement, ISpaceBoundary | ||
{ | ||
public Vector3? ParentCentroid { get; set; } | ||
|
||
[JsonProperty("Config Id")] | ||
public string ConfigId { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
using Elements.Geometry; | ||
using Newtonsoft.Json; | ||
|
||
namespace Elements | ||
{ | ||
public partial class SpaceBoundary : ISpaceBoundary | ||
{ | ||
public Vector3? ParentCentroid { get; set; } | ||
[JsonProperty("Config Id")] | ||
public string ConfigId { get; set; } | ||
} | ||
} |
4 changes: 3 additions & 1 deletion
4
LayoutFunctions/OpenCollabLayout/dependencies/SpaceBoundary.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
using Elements.Geometry; | ||
using Newtonsoft.Json; | ||
namespace Elements | ||
{ | ||
public partial class SpaceBoundary : GeometricElement, ISpaceBoundary | ||
{ | ||
public Vector3? ParentCentroid { get; set; } | ||
|
||
[JsonProperty("Config Id")] | ||
public string ConfigId { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
using Elements.Geometry; | ||
using Newtonsoft.Json; | ||
|
||
namespace Elements | ||
{ | ||
public partial class SpaceBoundary : GeometricElement, ISpaceBoundary | ||
{ | ||
public Vector3? ParentCentroid { get; set; } | ||
|
||
[JsonProperty("Config Id")] | ||
public string ConfigId { get; set; } | ||
} | ||
} |
4 changes: 4 additions & 0 deletions
4
LayoutFunctions/PhoneBoothLayout/dependencies/SpaceBoundary.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
using Elements.Geometry; | ||
using Newtonsoft.Json; | ||
|
||
namespace Elements | ||
{ | ||
public partial class SpaceBoundary : GeometricElement, ISpaceBoundary | ||
{ | ||
public Vector3? ParentCentroid { get; set; } | ||
|
||
[JsonProperty("Config Id")] | ||
public string ConfigId { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters