PyMaterialXCore.TypedValue_boolean

class TypedValue_boolean

Bases: Value

A Value storing a bool value.

Methods

__init__(*args, **kwargs)

createValue(arg0)

getData(self)

getValueString(self)

Properties

TYPE = 'boolean'

Methods

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