Elements icon indicating copy to clipboard operation
Elements copied to clipboard

Model.AddElements fails to recursively add elements in AdditionalProperties

Open andrewheumann opened this issue 3 years ago • 1 comments

Typically, if an element has a property which is also an element (say, a material or a profile), we make sure to add that to the model first, via RecursiveGatherSubElements. However, our routine ignores properties in AdditionalProperties, which may also be elements.

andrewheumann avatar Oct 12 '21 12:10 andrewheumann

Possibly related to #854

ikeough avatar Apr 17 '23 18:04 ikeough