Öffentliche API Änderungen in Aspose.3D 16.12.0

Inhalts übersicht

Fügt Aspose hinzu. ThreeD. Gezählte Klasse

Eine Möglichkeit, eine gemetzte Lizenz anzuwenden.

C#

 // initialize a metered license class object

Metered metered = new Metered();

// set public and private keys

metered.SetMeteredKey("your-public-key", "your-private-key");

//Your other code to use Aspose.3D

DXF Dateien importieren

Mit der aktuellen Version (16.12.0) oder höher können Entwickler DXF-Dateien importieren. Der DXF-Format eintrag wird zum Laden hinzugefügt.

C#

 // an entry of DXF file in the FileFormat class

public static readonly Aspose.ThreeD.FileFormat DXF;

// load a DXF file

Scene dxfFile = new Scene("wuson.dxf");