PyMaterialXCore.PropertySet

class PropertySet

Bases: Element

A property set element within a Document.

See:

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

Methods

__init__(*args, **kwargs)

addProperty(self, arg0)

getProperties(self)

removeProperty(self, arg0)

Properties

CATEGORY = 'property'

Methods

__init__(*args, **kwargs)
addProperty(self: PropertySet, arg0: str) Property
getProperties(self: PropertySet) list[Property]
removeProperty(self: PropertySet, arg0: str) None