PyMaterialXCore.Backdrop

class Backdrop

Bases: Element

A layout element used to contain, group, and document nodes within a graph.

See:

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

Methods

__init__(*args, **kwargs)

getContainsElements(self)

getContainsString(self)

getHeight(self)

getWidth(self)

hasContainsString(self)

hasHeight(self)

hasWidth(self)

setContainsElements(self, arg0)

setContainsString(self, arg0)

setHeight(self, arg0)

setWidth(self, arg0)

Attribute Names

CONTAINS_ATTRIBUTE = 'contains'
HEIGHT_ATTRIBUTE = 'height'
WIDTH_ATTRIBUTE = 'width'

Properties

CATEGORY = 'backdrop'

Methods

__init__(*args, **kwargs)
getContainsElements(self: Backdrop) list[TypedElement]
getContainsString(self: Backdrop) str
getHeight(self: Backdrop) float
getWidth(self: Backdrop) float
hasContainsString(self: Backdrop) bool
hasHeight(self: Backdrop) bool
hasWidth(self: Backdrop) bool
setContainsElements(self: Backdrop, arg0: list[TypedElement]) None
setContainsString(self: Backdrop, arg0: str) None
setHeight(self: Backdrop, arg0: float) None
setWidth(self: Backdrop, arg0: float) None