Replies: 1 comment 4 replies
-
@gumyr Not an answer to your question, but here are some thoughts i have in thinking about this.
Its funny you mentioned merging contexts-- that's something i contemplated with the above example it appears ( merge_log) |
Beta Was this translation helpful? Give feedback.
-
Cross-posting on behalf of @gumyr 👍
With respect to the modelling context, I would expect that it either stores enough information to regenerate the model at any state or stores the model at all states (classic trade-off between time and space). With such a context, one would be able to introduce new operations like "find the edges produced by operation x". What would the scope of such a context be: a Solid, a Compound, an Assembly? Would models/contexts be able to be combined - say create model one which would have its own context; then create model two with a separate context; then combine the two models - how many context are there now? 2 or 3?
Beta Was this translation helpful? Give feedback.
All reactions