Ü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.1 için Aspose.CAD

İndirmek  Destek Forumu 

Dosya Ayrıntıları

  • İndirilenler:
  • 11
  • Dosya Boyutu:
  • 59.8 MB
  • Posted By:
  • vitalii.kornyliuk
  • Görünümler:
  • 60
  • Eklenme Tarihi:
  • 2/5/2022

Dosya Ayrıntıları

Geliştirilmiş STL Dosya İşleme

Bu sürüm, “STL” biçimindeki dosyaların işlenmesinde iyileştirmeler sunar. Aşağıdaki C# kod parçacığı, API aracılığıyla STL’den PNG’ye dönüştürücü olarak çalışır:

string MyDir = RunExamples.GetDataDir_ConvertingCAD();
string sourceFilePath = MyDir + "galeon.stl";
using (var cadImage = (CadImage)Image.Load(sourceFilePath))
{
var rasterizationOptions = new CadRasterizationOptions();

rasterizationOptions.PageWidth = 100;
rasterizationOptions.PageHeight = 100;

PngOptions pngOptions = new PngOptions();
pngOptions.VectorRasterizationOptions = rasterizationOptions;

string outPath = sourceFilePath + ".png";
cadImage.Save(outPath, pngOptions);
}

Collada Format Desteği

API’nin bu sürümü, “Collada” biçimi desteğini hayata geçirdi.

Çoklu Çizgi Segmenti Bilgilerini Alın

Polyline (lwpolyline) segmentlerini getirme özelliği eklendi.

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

 Türkçe