PyMaterialXCore.TypedValue_matrix44

class TypedValue_matrix44

Bases: Value

A Value storing a Matrix44 value.

Methods

__init__(*args, **kwargs)

createValue(arg0)

getData(self)

getValueString(self)

Properties

TYPE = 'matrix44'

Methods

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