Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 9,907 for

mesh

(0.07 sec)
  1. Imposta normali o UV sul cubo e aggiungi materi...

    Come creare dati normali o uv su una Mesh in Aspose.3D.... Una mesh memorizza le proprietà chiave...La maggior parte dei formati mesh supporta anche una qualche forma...

    docs.aspose.com/3d/it/net/set-up-normals-or-uv-...
  2. Generar datos normales para todas las mallas de...

    Aspose.3D for Java API tiene soporte para generar datos normales para todas las mallas del modelo 3D (sin los datos normales)....create normal data for all meshes s . getRootNode (). accept...) { Mesh mesh = ( Mesh ) node . getEntity (); if ( mesh != null...

    docs.aspose.com/3d/es/java/generate-normal-data...
  3. Сплит Сетка|Documentation

    Aspose.3D for Java API поддерживает разделение всех ячеек сцены на несколько подячеек для каждого материала. Метод SplitMesh не будет разделять сетку сцены, если ей был назначен один материал. Это может быть достигнуто с помощью Aspose.3D for Java API....Scene ( MyDir ); // Split all meshes PolygonModifier . splitMesh...Create a mesh of box(A box is composed by 6 planes) Mesh box = (...

    docs.aspose.com/3d/ru/java/split-mesh/
  4. Публичные изменения API в Aspose.3D 1.2.0|Docum...

    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....node ) { Mesh mesh = node . GetEntity < Mesh >(); if ( mesh != null...null ) { //triangulate the mesh Mesh newMesh = PolygonModifier...

    docs.aspose.com/3d/ru/net/public-api-changes-in...
  5. 将网格转换为三角形网格,将原始形状转换为网格|Documentation

    Aspose.3D for Python via .NET API 允许开发人员使用顶点的自定义内存布局将任何网格对象转换为三角形网格。在代码示例中,使用Struct或dynamic by VertexDeclaration类定义顶点的自定义内存布局。...文件格式时,任何实现接口IMeshConvertible的类都可以转换为mesh。 将 “sphere” 转换为“ 网格” 球体是三维空...Convert a Sphere to Mesh mesh = convertible . to_mesh () 将 “框” 转换为 “网格”...

    docs.aspose.com/3d/zh/python-net/convert-mesh-t...
  6. C# .NET 3D Elaborazione documenti API | product...

    Libreria C# VB.NET ASP.NET per creare file di lettura, conversione e modifica 3D nei servizi Web Windows Forms e nelle applicazioni Mono...superficie mesh Triangolazione poligonale Dividi mesh per materiale...i dati della geometria della mesh Aggiungi materiale all'oggetto...

    products.aspose.com/3d/it/net/
  7. 处理水印|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....=> { var mesh = node . GetEntity < Mesh >(); if ( mesh != null...numMeshes ++; mesh = Watermark . EncodeWatermark ( mesh , "HelloWorld"...

    docs.aspose.com/3d/zh/net/working-with-watermark/
  8. Travailler avec les filigranes|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....=> { var mesh = node . GetEntity < Mesh >(); if ( mesh != null...numMeshes ++; mesh = Watermark . EncodeWatermark ( mesh , "HelloWorld"...

    docs.aspose.com/3d/fr/net/working-with-watermark/
  9. Maille fendue|Documentation

    Les développeurs peuvent avoir besoin de diviser tous les maillages d'une scène en plusieurs sous-maillages par matériau. La méthode SplitMesh ne divise pas un maillage de la scène si un seul matériau lui a été attribué. Les développeurs peuvent maintenant y parvenir en utilisant Aspose.3D for .NET API....Scene ( input ); // Split all meshes PolygonModifier . SplitMesh...Create a mesh of box(A box is composed by 6 planes) Mesh box = (...

    docs.aspose.com/3d/fr/net/split-mesh/
  10. Créer un polygone dans le maillage|Documentation

    Aspose.3D for Node.js via Java permet de créer un polygone dans un maillage....Initialize Mesh var mesh = new aspose . threed . Mesh (); //The...and it's optimized internally. mesh . createPolygon ( 0 , 1 , 2...

    docs.aspose.com/3d/fr/nodejs-java/create-polygo...