PyMaterialXCore.TypedValue_matrix33

class TypedValue_matrix33

Bases: Value

A Value storing a Matrix33 value.

Methods

__init__(*args, **kwargs)

createValue(arg0)

getData(self)

getValueString(self)

Properties

TYPE = 'matrix33'

Methods

__init__(*args, **kwargs)
static createValue(arg0: Matrix33) Value
getData(self: TypedValue_matrix33) Matrix33
getValueString(self: TypedValue_matrix33) str