This is a collection of functions to just build models. All steps needed to go from various starting points to a complete model are wrapped in single function calls. That way, if something changes in the default pipeline, e.g. on general improvements, there is no need to change code depending on |project| to adapt.
- everything needed wrapped in single functions
- that way, if the default pipeline changes, no need to change your code
- also convenient for developing new stuff
- also convenient for developing new stuff
- e.g. you want to transform the template coordinates in some way, but then just
- e.g. you want to transform the template coordinates in some way, but then just
want to see them in a model, go by BuildFromRawModel
want to see them in a model, go by BuildFromRawModel