For example, the rhino radial dimension has public properties/fields, that nevertheless can not be set due to the restrictions of rhino, throwing an ominous DocumentCollectedException: This object cannot be modified because it is controlled by a document.
Fix (in progress): wrap all property/field setters in try { } catch { } and take care on implications when it comes to references (some might be null!).
For example, the rhino radial dimension has public properties/fields, that nevertheless can not be set due to the restrictions of rhino, throwing an ominous
DocumentCollectedException: This object cannot be modified because it is controlled by a document.
Fix (in progress): wrap all property/field setters in
try { } catch { }
and take care on implications when it comes to references (some might be null!).