BHoM / BHoM_Adapter

GNU Lesser General Public License v3.0
7 stars 6 forks source link

If an `IContainer` contains `IObjects`, current implementation does not wrap them after unpacking even if `WrapNonBHoMObjects` is set to true #354

Closed alelom closed 1 year ago

alelom commented 1 year ago

Description:

As title, this is due to the checking for BHoMObjects happening before the unpacking. Connected to #351.

Fixable in the same way as #351.

Steps to reproduce:

As above.

Expected behaviour:

Should be possible to wrap IObjects in IContainers.

Test file(s):

See #351

alelom commented 1 year ago

Closed by #351