PyMaterialXCore.GeomInfo

class GeomInfo

Bases: GeomElement

A geometry info element within a Document.

See:

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

Methods

__init__(*args, **kwargs)

addGeomProp(self, arg0)

addToken(self[, name])

getGeomProp(self, arg0)

getGeomProps(self)

getToken(self, arg0)

getTokens(self)

removeGeomProp(self, arg0)

removeToken(self, arg0)

setTokenValue(self, arg0, arg1)

Properties

CATEGORY = 'geominfo'

Methods

__init__(*args, **kwargs)
addGeomProp(self: GeomInfo, arg0: str) GeomProp
addToken(self: GeomInfo, name: str = 'color3') Token
getGeomProp(self: GeomInfo, arg0: str) GeomProp
getGeomProps(self: GeomInfo) list[GeomProp]
getToken(self: GeomInfo, arg0: str) Token
getTokens(self: GeomInfo) list[Token]
removeGeomProp(self: GeomInfo, arg0: str) None
removeToken(self: GeomInfo, arg0: str) None
setTokenValue(self: GeomInfo, arg0: str, arg1: str) Token