BHoM / BHoM_UI

GNU Lesser General Public License v3.0
9 stars 5 forks source link

Fix SetProperty for list nested properties #371

Closed adecler closed 3 years ago

adecler commented 3 years ago

Issues addressed by this PR

Closes #365

Test files

SharePoint

image

Additional comments

It is worth noting that something like bar.SectionProperty.Reinforcement would not actually compile in C# because SectionProperty of a Bar is an ISectionProperty. That interface doesn't have a Reinforcement property. So technically, there is an argument for returning an error when trying to execute the same in Grasshopper. Since there is however a workaround to give the users what they need, I think it is better to do so.

adecler commented 3 years ago

@BHoMBot check copyright

bhombot-ci[bot] commented 3 years ago
@adecler to confirm, `check-copyright-compliance` task is now queued.
adecler commented 3 years ago

@BHoMBot check installer

bhombot-ci[bot] commented 3 years ago
@adecler to confirm, `check-installer` task is now queued.