The Mesh Misc Framework

Description

Provides the base interfaces for mesh attributes.

Interfaces

MeshAttributeClassInterface(*args)

By implementing this interface, it is possible to define a new mesh attribute type.

CustomDataTagDisplayInterface(*args)

maxon.CustomDataTagDisplayInterface can be optionally implemented for each maxon.CustomDataTagClassInterface implementation and defines if and how a c4d.CustomDataTag should be displayed in the viewport.

CustomDataTagClassInterface(*args)

References

CustomDataTagDisplayRef(*args)

Represents a reference of a maxon.CustomDataTagDisplayInterface

CustomDataTagClass(*args)

Represents a reference of a maxon.CustomDataTagClassInterface

Data Types

MeshAttribute(cls[, valuePtr])

A simple wrapper class which contains a data pointer and a reference to the MeshAttribute implementation class.

Decorators

MAXON_MESHATTRIBUTE(T)

A compatible maxon.DataType must be defined for each

Indices and tables