You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The custom object is generated in this (awesome) third party project using boost on different SDKs. I have seen a hint in the docs, but I am not sure whether this leads to anywhere or whether I should take a different path. Maybe I have just been stupid with class names.
Hints appreciated, I try to follow, but brain capacity is limited.
Regards
Seb
The text was updated successfully, but these errors were encountered:
When trying a custom object like Ge.Point3d everythings works. It seems to have something to do with the boost pickle interface. For Ge.Point3d it is defined as boost::python::pickle_suite, but for Db.TextStyleTableRecord it is not. Is it possible to compensate this somehow within serialize?
Dear all,
thanks for your opensource.
I am an occasional scripter and am trying to serialize a custom object from PyRx. I am banging my head doing as follows:
BTW

className()
printsAcDbTextStyleTableRecord
. Also the modules PyRx established an intermediate interfaceThen dumps throws as follows:
The custom object is generated in this (awesome) third party project using boost on different SDKs. I have seen a hint in the docs, but I am not sure whether this leads to anywhere or whether I should take a different path. Maybe I have just been stupid with class names.
Hints appreciated, I try to follow, but brain capacity is limited.
Regards
Seb
The text was updated successfully, but these errors were encountered: