design-automation / mobius-parametric-modeller

Möbius for parametric modelling.
https://design-automation.github.io/mobius-parametric-modeller/
MIT License
10 stars 6 forks source link

GIModel interface #664

Closed phtj closed 4 years ago

phtj commented 4 years ago

Switch mobius code to always use model.setModelDataJSONStr() and model.getModelDataJSONStr() instead of model.setModelData() and model.getModelData()

This is clearer and less error prone

image