PyMaterialXCore.TypedValue_booleanarray

class TypedValue_booleanarray

Bases: Value

A Value storing a list of bool values.

Methods

__init__(*args, **kwargs)

createValue(arg0)

getData(self)

getValueString(self)

Properties

TYPE = 'booleanarray'

Methods

__init__(*args, **kwargs)
static createValue(arg0: list[bool]) Value
getData(self: TypedValue_booleanarray) list[bool]
getValueString(self: TypedValue_booleanarray) str