ImageRenderOptions

ImageRenderOptions

Overview

ImageRenderOptions is a class in Aspose.3D FOSS for Python. Inherits from: A3DObject.

ImageRenderOptions lets you configure rendering parameters such as background_color, enable_shadows, and asset_directories before passing the options to a renderer.

This class declares 6 methods for ImageRenderOptions objects in Python programs. Available methods include: __init__, find_property, get_property, remove_property, set_property. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: asset_directories, background_color, enable_shadows, name, properties.

Properties

NameTypeAccessDescription
background_color``Read/WriteGets or sets the background color.
enable_shadowsboolRead/WriteGets or sets the enable shadows.
asset_directoriesList[str]Read/WriteGets or sets the asset directories.
namestrRead/WriteGets or sets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
__init__()Calls init on this ImageRenderOptions instance.
__init__(name: str)Calls init(name) on this ImageRenderOptions instance.
find_property(property_name: str)Calls find_property(property_name) on this ImageRenderOptions instance.
get_property(property: str)Calls get_property(property) on this ImageRenderOptions instance.
set_property(property: str, value)Sets the property value.
remove_property(property)Calls remove_property(property) on this ImageRenderOptions instance.

See Also

 English