EntityRenderer

EntityRenderer

Overview

EntityRenderer is a class in Aspose.3D FOSS for Python.

Base class for rendering entities.

This class declares 4 methods for EntityRenderer objects in Python programs. Available methods include: __init__, begin, end, render. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: name.

Properties

NameTypeAccessDescription
name``ReadGets the name.

Methods

SignatureDescription
__init__()Not implemented in the FOSS edition — throws at runtime. Calls init on this EntityRenderer instance.
begin()Not implemented in the FOSS edition — throws at runtime. Calls begin on this EntityRenderer instance.
render(entity, context)Not implemented in the FOSS edition — throws at runtime. Calls render(entity, context) on this EntityRenderer instance.
end()Not implemented in the FOSS edition — throws at runtime. Calls end on this EntityRenderer instance.

See Also