ImageRenderOptions class
ImageRenderOptions class
Options for Scene.render and Scene.render
Inheritance: ImageRenderOptions →
A3DObject
The ImageRenderOptions type exposes the following members:
Constructors
| Constructor | Description | 
|---|---|
| __init__(self) | Initialize an instance of ImageRenderOptions | 
Properties
| Property | Description | 
|---|---|
| name | Gets or sets the name. | 
| properties | Gets the collection of all properties. | 
| background_color | The background color of the render result. | 
| asset_directories | Directories that stored external assets(like textures) | 
| enable_shadows | Gets or sets whether to render shadows. | 
Methods
| Method | Description | 
|---|---|
| remove_property(self, property) | Removes a dynamic property. | 
| remove_property(self, property) | Remove the specified property identified by name | 
| get_property(self, property) | Get the value of specified property | 
| set_property(self, property, value) | Sets the value of specified property | 
| find_property(self, property_name) | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) | 
See Also
- module aspose.threed
- class A3DObject
- class ImageRenderOptions