BHoM / Revit_Toolkit

A set of tools enabling exchange of information between BHoM and Revit.
GNU Lesser General Public License v3.0
27 stars 13 forks source link

Instance location should be defaulted to null #1471

Closed pawelbaran closed 5 months ago

pawelbaran commented 5 months ago

Description:

Currently the ModelInstance and DraftingInstance have Location property set to a default point (0,0,0), which is dangerous as it suggests that a new object with property not set has a valid location. Default value should be null instead.