maxon.MAXON_MESHATTRIBUTE¶
-
maxon.MAXON_MESHATTRIBUTE(T)¶ - A compatible
maxon.DataTypemust be defined for eachmaxon.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_DATATYPEWarning
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.