PyMaterialXCore.GeomElement

class GeomElement

Bases: Element

The base class for geometric elements, which support bindings to geometries and geometric collections.

Inherited by: GeomInfo, MaterialAssign, PropertySetAssign, and Visibility.

See:

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

Methods

__init__(*args, **kwargs)

getCollection(self)

getCollectionString(self)

getGeom(self)

hasCollectionString(self)

hasGeom(self)

setCollection(self, arg0)

setCollectionString(self, arg0)

setGeom(self, arg0)

Methods

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