Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 8,477 for

mesh

(0.48 sec)
  1. Aspose.3D 1.3.0中的公共 API 更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....示例代码: 代码中正在使用Mesh类对象。我们可以 创建一个网格类对象,如在那里叙述 。 C#...the Mesh object VertexElementNormal elementNormal = mesh . CreateElement...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  2. Crear 3D Malla y escena|Documentation

    Una malla se define por un conjunto de puntos de control y los muchos polígonos de n lados según sea necesario. Este artículo explica cómo definir una malla....Crear una malla de cubo 3D A Mesh se define por un conjunto de...muestra cómo añadir geometría Mesh a la escena 3D. El código de...

    docs.aspose.com/3d/es/python-net/create-3d-mesh...
  3. .NET के माध्यम से पीएनजी फ़ाइल स्वरूपों से अपना...

    .NET Framework, .NET Core, Mono पर अपने लिथोफेन को PNG दस्तावेज़ों में लोड करने, प्रस्तुत करने और बनाने के लिए C# स्रोत कोड।...कम्प्यूटेशनल संचालन करें var mesh = new Mesh(); for ( int y = 0 ; y...v = ( 1 - gray) * thickness; mesh.ControlPoints.Add( new Vector4(dx...

    products.aspose.com/3d/hi/net/lithophane/png/
  4. Come Utilizzare il Warp in Aspose.PSD|Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....utenti manipolano i punti della mesh) che per tutti i tipi standard...supporta Custom Warp con la mesh standard, e stiamo lavorando...

    docs.aspose.com/psd/it/net/come-utilizzare-il-w...
  5. .NET के माध्यम से 3DS फ़ाइल स्वरूपों में ब्लाइं...

    .NET फ्रेमवर्क, .NET कोर, Mono पर दस्तावेज़ों को लोड करने, रेंडर करने और 3DS में ब्लाइंड वॉटरमार्क जोड़ने के लिए C# स्रोत कोड।...node) => { var mesh = node.GetEntity<Mesh>(); if (mesh != null ) {...numMeshes++; mesh = Watermark.EncodeWatermark(mesh, "HelloWorld"...

    products.aspose.com/3d/hi/net/watermark/3ds/
  6. Trích xuất Nội dung từ STL Định dạng Tệp qua .N...

    C# mã nguồn để tải, hiển thị và thêm trích xuất nội dung từ STL tài liệu trên .NET Framework, .NET Core, Mono....Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...Save((Texture)obj); } else if (obj is Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/vi/net/extractor/stl/
  7. 通過 .NET 從 GLB 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 GLB 文檔加載、呈現和添加提取資產。...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...Save((Texture)obj); } else if (obj is Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/zh-hant/net/extractor/glb/
  8. 通過 .NET 從 3DS 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 3DS 文檔加載、呈現和添加提取資產。...Entities) { if (entity is Mesh) Save((Mesh)entity, node.Name); }...Save((Texture)obj); } else if (obj is Mesh) { Save((Mesh)obj, null ); } else if...

    products.aspose.com/3d/zh-hant/net/extractor/3ds/
  9. Aspose.3D Document Object Model (DOM)|Documenta...

    Ogni scena 3D può comprendere un numero qualsiasi di visualizzazioni. Utilizzando Aspose.3D for Python via .NET API, gli sviluppatori possono acquisire una o più visualizzazioni in un singolo screenshot. Possono renderlo nell'applicazione basata sulla GUI o in un'immagine....all’interno della scena, come mesh, luci, telecamere o gruppi....scena 3D. Include entità come mesh, luci, telecamere, profili e...

    docs.aspose.com/3d/it/python-net/aspose-3d-docu...
  10. Generare UV|Documentation

    Aspose.3D for .NET offre la classe PolygonModifier che espone il metodo GenerateUV, con il quale è possibile generare manualmente UV e associarlo alla Mesh. Il seguente frammento di codice mostra la funzionalità completa per generarlo e associarlo....manualmente UV e associarlo alla mesh. Il seguente frammento di codice...ReferenceMode spiegano Crea poligono in mesh...

    docs.aspose.com/3d/it/net/generate-uv/