3D sahnesinde PDF
Contents
[
Hide
]
The
Scene
class of the Aspose.3D API represents a 3D scene. Developers can build a 3D scene by adding Camera, Light, polygons and various other entities. They can also now save a 3D scene in the PDF file format.
Aspose.3D for Python via .NET directly writes the information about the API and Version Number in output documents. For example, upon rendering a Drawing to PDF, Aspose.3D for Python via .NET populates Application
field with value ‘Aspose.3D’ and PDF Producer
field with value, e.g ‘Aspose.3D 17.9’.
Please note that you cannot instruct Aspose.Diagram for Python via .NET API to change or remove this information from output Documents.
Bir silindir ile 3D PDF oluşturun ve CAD optimize edilmiş aydınlatma ile gölgeli illüstrasyon modunda işleyin
The Save method of the Scene
class allows to save a 3D scene in the PDF format. Developers may load any 3D supported file or build a new 3D scene, they can save a 3D scene in the PDF format as shown in this code example: