You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
What would be the strategy to add support for Rhino 6 Dimension styles without polluting SpeckleCore with app specific stuff? I guess SpeckleAnnotation can have user data, so that might be the place to start? Then during deserialization, if R6, check UD and if there is a DimStyle entry, suck it up. 🤔
The text was updated successfully, but these errors were encountered:
DimensionStyles in R6 apply to all AnnotationBase objects, including TextEntity, lineardims, etc.. let's say, these are attributes that go along with all annotations. I'm not sure this is a universal pattern.
so then it doesn't make sense to split them up? my lizard brain says yes, but then we could resolve this by adding _type prop to spk annotations that tells us more explicitly what it is, and then we just leave everything else for the properties/UD
What would be the strategy to add support for Rhino 6 Dimension styles without polluting SpeckleCore with app specific stuff? I guess SpeckleAnnotation can have user data, so that might be the place to start? Then during deserialization, if R6, check UD and if there is a DimStyle entry, suck it up. 🤔
The text was updated successfully, but these errors were encountered: