Kind module#

Summary: The Kind library provides a runtime-extensible taxonomy known as “kinds”. Useful for classifying scenegraph objects.


Python bindings for libKind

Classes:

class pxr.Kind.Registry#

Methods:

Attributes:

expired

True if this object has expired, False otherwise.

static GetAllKinds()#
static GetBaseKind()#
static HasKind()#
static IsA()#
IsAssembly()#
IsComponent()#
IsGroup()#
IsModel()#
IsSubComponent()#
property expired#

True if this object has expired, False otherwise.

class pxr.Kind.Tokens#

Attributes:

assembly = 'assembly'#
component = 'component'#
group = 'group'#
model = 'model'#
subcomponent = 'subcomponent'#