maxon.MeshAttribute

Description

A simple wrapper class which contains a data pointer and a reference to the MeshAttribute implementation class.
Implements all the arithmetic operators to simplify usage independently of the data type itself.

Inheritance diagram

Inheritance

Parent Class:

Methods Signature

__init__(cls[, valuePtr])

Initialize a Mesh Attribute.

Methods Definition

MeshAttribute.__init__(cls, valuePtr=None)

Initialize a Mesh Attribute.

Parameters