... | @@ -26,6 +26,7 @@ See the [future developments notes](future developments) |
... | @@ -26,6 +26,7 @@ See the [future developments notes](future developments) |
|
- Model.getState(): state of the model (exported, converted, etc.).
|
|
- Model.getState(): state of the model (exported, converted, etc.).
|
|
- Used to know if we are in the converter or not.
|
|
- Used to know if we are in the converter or not.
|
|
- Sequence of states: exported -> converted -> edited.
|
|
- Sequence of states: exported -> converted -> edited.
|
|
- The C# addin has a similar model (some attributes and methods differ).
|
|
- The data model is similar for the 3 languages (some attributes and methods differ).
|
|
- The process methods: treatment/modification of the model.
|
|
- The process methods: treatment/modification of the model.
|
|
- The Model class is in charge of the selection and could be put outside.
|
|
- The Model class is in charge of the selection and could be put outside.
|
|
|
|
- A component has a geometry if it is a leaf in the tree but there is no specific class for it. |
|
|
|
\ No newline at end of file |