Elements
Elements copied to clipboard
Model.AddElements fails to recursively add elements in AdditionalProperties
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.
Possibly related to #854