From 1966ce87934558b650639d53fb40779f67aee0cc Mon Sep 17 00:00:00 2001 From: "AMCBRIDGE\\ksloboda" Date: Mon, 20 Nov 2023 14:17:20 +0200 Subject: [PATCH 1/2] allow rotation of the content configs --- Elements.Components/src/SpaceConfiguration.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Elements.Components/src/SpaceConfiguration.cs b/Elements.Components/src/SpaceConfiguration.cs index 73d8fc992..cedee54f9 100644 --- a/Elements.Components/src/SpaceConfiguration.cs +++ b/Elements.Components/src/SpaceConfiguration.cs @@ -134,6 +134,11 @@ public ContentElement ContentElement /// public double Depth => this.CellBoundary.Depth; + /// + /// Allow rotation of the configuration + /// + public bool AllowRotatation { get; set; } + /// /// Create a set of element instances from this configuration. /// From b6a6aa6ff4d994161892db2711dee1b9c785fd1c Mon Sep 17 00:00:00 2001 From: "AMCBRIDGE\\ksloboda" Date: Mon, 20 Nov 2023 16:00:07 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aade9b23..6bc41f3e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ - `ContentRepresentation` - `Elements.Door` - `ComponentBase.UseRepresentationInstances` - an option flag to make generating fitting models faster/smaller. +- `ContentConfiguration.AllowRotatation` ### Fixed