PDF3DArtwork
Overview
PDF3DArtwork is a class in Aspose.PDF FOSS for Python.
Container for 3D content and named views.
This class provides 1 method for working with PDF3DArtwork objects in Python programs.
Available methods include: add_view.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: content, default_view_index, views.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
content | PDF3DContent | Read/Write | Gets or sets the content. |
views | list[PDF3DView] | Read/Write | Gets or sets the views. |
default_view_index | int | Read/Write | Gets or sets the default view index. |
Methods
| Signature | Description |
|---|---|
add_view(view: PDF3DView) | Calls add_view(view) on this PDF3DArtwork instance. |