Ürünlerimize göz atın

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

.NET 22.2 için Aspose.3D

İndirmek  Destek Forumu 

Dosya Ayrıntıları

  • İndirilenler:
  • 19
  • Dosya Boyutu:
  • 9.9 MB
  • Posted By:
  • lex.chou
  • Görünümler:
  • 47
  • Eklenme Tarihi:
  • 2/7/2022

Dosya Ayrıntıları

Dokuları U3D ve PDF’ye Göm

Dokuları U3D ve PDF formatındaki dosyalara gömün. Gömülü doku dosyalarıyla 3D PDF dosyası oluşturun.

var scene = new Scene();
scene.Open($"test.obj");
var opt = new PdfSaveOptions();
//embed the external textures in the output PDF file.
opt.EmbedTextures = true;
//Look up external textures in the  common/textures directory
opt.LookupPaths.Add("common/textures");
scene.Save("test.pdf", opt);

Gömülü Doku ile U3D Oluşturun

Gömülü doku dosyalarıyla 3D U3D dosyası oluşturmak için bunu true olarak ayarlayın.

        var scene = new Scene();
        scene.Open($"test.obj");
        var opt = new U3dSaveOptions();
        //embed the external textures in the output PDF file.
        opt.EmbedTextures = true;
        //Look up external textures in the  common/textures directory
        opt.LookupPaths.Add("common/textures");
        scene.Save("test.u3d", opt);

GLTF Formatının Geliştirilmiş Desteği

GLTF formatındaki dosyadaki ekstralara ve uzantılara erişim yeteneği.

3D Sahne ve Düğüm Meta Verilerini Kodlayın

Sahnenin ve düğümün meta verilerinin “USD” olarak kodlanmasına izin verin.

3D Sahne ve Düğüm Meta Verilerinin Kodunu Çözme

Sahnenin ve düğümün meta verilerinin “USD"den kodunun çözülmesine izin verin.

Bu sürümdeki özelliklerin, geliştirmelerin ve hata düzeltmelerinin tam listesi için lütfen Aspose.3D for .NET 22.2 Release Notes adresini ziyaret edin.

 Türkçe