Material
Overview
Material is a class in Aspose.3D FOSS for Python.
Inherits from: A3DObject.
Material.get_texture retrieves the texture assigned to the specified slot name.
This class provides 3 methods for working with Material objects in Python programs.
Available methods include: __init__, get_texture, set_texture.
All exported members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__(name: str) | |
get_texture(slot_name: str) | Not implemented in the FOSS edition — throws at runtime. Retrieves the texture assigned to the specified slot name |
set_texture(slot_name: str, texture) | Not implemented in the FOSS edition — throws at runtime. Sets the texture value. |