We need a better way to tie to a node:
- Calculation results
- External files
So a property can be a simple type, like
- calculation result: name of result + base unit + actual value
- color : 4 values including alpha
- if we use a test color, then then master test color should be used
- external files : name or purpose of external file and path to that file, this can be absolute or relative, when we export, then external files should be packed and moved as well
Currently we have
- CFeature
- CPropertyBase
External files
C3DOCC
- m_CADFile
T_3DOCC_Color
- RGBA
- use these colors / use CAD colors / use Test colors
CCalcTrajectoryNominal
- m_FilePath
- m_FixColor : ?? because CCalcTrajectoryNominal : public CCalculation, public C3DOCC, so both files and color could be used from C3DOCC