PyMaterialXCore.Collection

class Collection

Bases: Element

A collection element within a Document.

See:

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

Methods

__init__(*args, **kwargs)

getExcludeGeom(self)

getIncludeCollectionString(self)

getIncludeCollections(self)

getIncludeGeom(self)

hasExcludeGeom(self)

hasIncludeCollectionString(self)

hasIncludeCycle(self)

hasIncludeGeom(self)

matchesGeomString(self, arg0)

setExcludeGeom(self, arg0)

setIncludeCollection(self, arg0)

setIncludeCollectionString(self, arg0)

setIncludeCollections(self, arg0)

setIncludeGeom(self, arg0)

Properties

CATEGORY = 'collection'

Methods

__init__(*args, **kwargs)
getExcludeGeom(self: Collection) str
getIncludeCollectionString(self: Collection) str
getIncludeCollections(self: Collection) list[Collection]
getIncludeGeom(self: Collection) str
hasExcludeGeom(self: Collection) bool
hasIncludeCollectionString(self: Collection) bool
hasIncludeCycle(self: Collection) bool
hasIncludeGeom(self: Collection) bool
matchesGeomString(self: Collection, arg0: str) bool
setExcludeGeom(self: Collection, arg0: str) None
setIncludeCollection(self: Collection, arg0: Collection) None
setIncludeCollectionString(self: Collection, arg0: str) None
setIncludeCollections(self: Collection, arg0: list[Collection]) None
setIncludeGeom(self: Collection, arg0: str) None