PyMaterialXCore.PropertyAssign

class PropertyAssign

Bases: ValueElement

A property assignment element within a Look.

See:

https://materialx.org/docs/api/class_property_assign.html

Methods

__init__(*args, **kwargs)

getCollection(self)

getCollectionString(self)

getGeom(self)

getProperty(self)

hasCollectionString(self)

hasGeom(self)

hasProperty(self)

setCollection(self, arg0)

setCollectionString(self, arg0)

setGeom(self, arg0)

setProperty(self, arg0)

Properties

CATEGORY = 'propertyassign'

Methods

__init__(*args, **kwargs)
getCollection(self: PropertyAssign) Collection
getCollectionString(self: PropertyAssign) str
getGeom(self: PropertyAssign) str
getProperty(self: PropertyAssign) str
hasCollectionString(self: PropertyAssign) bool
hasGeom(self: PropertyAssign) bool
hasProperty(self: PropertyAssign) bool
setCollection(self: PropertyAssign, arg0: Collection) None
setCollectionString(self: PropertyAssign, arg0: str) None
setGeom(self: PropertyAssign, arg0: str) None
setProperty(self: PropertyAssign, arg0: str) None