Öffentlich API Änderungen in Aspose.3D 16.12.0

Inhalts übersicht

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

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

Importieren von DXF-Dateien

Mit der aktuellen Version (16.12.0) oder höher können Entwickler DXF-Dateien importieren. Der Eintrag im Format DXF 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");