| 123456789101112131415161718 |
- /******************************************************************************/
- /******************************************************************************/
- class EmbedObjBase
- {
- UID elm_obj_id; // ID of project element ELM_OBJ
- Matrix matrix;
- bool ovr_path, ovr_mesh_variation_id;
- uint mesh_variation_id;
- OBJ_PATH path;
- void operator=(ObjVer &obj);
- public:
- EmbedObjBase();
- };
- /******************************************************************************/
- /******************************************************************************/
- /******************************************************************************/
|