MdlModule#
- class omni.mdl.neuraylib.MdlModule#
Bases:
pybind11_objectThe representation of an MDL module to load or loaded by neuray.
Methods
__init__(*args, **kwargs)valid(self)Get the state of module, describes if loaded and if valid or not
Attributes
The name of the MDL module in the neuray database.
The name of the DB scope to load the definitions to.
The fully qualified MDL name of the module
- __init__(*args, **kwargs)#
- valid(self: omni.mdl.neuraylib._neuraylib.MdlModule) bool#
Get the state of module, describes if loaded and if valid or not
- property dbName#
The name of the MDL module in the neuray database.
- property dbScopeName#
The name of the DB scope to load the definitions to.
- property qualifiedName#
The fully qualified MDL name of the module