maxon.MAXON_MESHATTRIBUTE

maxon.MAXON_MESHATTRIBUTE(T)
A compatible maxon.DataType must be defined for each maxon.MeshAttributeClassInterface.

This Generator automatically generates a compatible data type out of the passed T.
After this macro call, it is also necessary to declare and register the resulting DataType using MAXON_DATATYPE

Warning

This function is only there to expose a C++ Object to Python.
As a Python developer you normally don’t have to use this decorator directly.
Parameters

T (maxon.Data) – The type to register.