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

NameTypeAccessDescription
contentPDF3DContentRead/WriteGets or sets the content.
viewslist[PDF3DView]Read/WriteGets or sets the views.
default_view_indexintRead/WriteGets or sets the default view index.

Methods

SignatureDescription
add_view(view: PDF3DView)Calls add_view(view) on this PDF3DArtwork instance.

See Also