Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 13,362 for

mesh

(0.04 sec)
  1. SplitMesh | Aspose.3D for .NET API 参考

    通过VertexElementMaterialaspose.threed.entities/vertexelementmaterial将网格分割成子网格 每个子网格将只使用一种材质 在节点上执行网格分割...3D SplitMesh(Mesh, SplitMeshPolicy) 通过 VertexElementMateria...原始网格不会改变。 public static Mesh [] SplitMesh ( Mesh mesh , SplitMeshPolicy...

    reference.aspose.com/3d/zh/net/aspose.threed.en...
  2. Add Blind Watermark to 3DS File Formats via .NE...

    C# source code to load, render and add blind watermark to 3DS documents on .NET Framework, .NET Core, Mono....constructor of Scene class Get the mesh class of Aspose.3D Add watermark...node) => { var mesh = node.GetEntity<Mesh>(); if (mesh != null ) {...

    products.aspose.com/3d/net/watermark/3ds/
  3. HorizontalMeshPoints | Aspose.PSD for .NET API ...

    HorizontalMeshPoints IPlacedLayerResource.HorizontalMeshPoints property Gets or sets the horizontal Mesh points of th......Gets or sets the horizontal mesh points of the placed layer in...Property Value The horizontal mesh points of the placed layer....

    reference.aspose.com/psd/net/aspose.psd.filefor...
  4. PlacedResource - Aspose.PSD for Java - API Refe...

    Java library to process Photoshop files. Create, read, edit and convert PSD & PSB files without needing Adobe Photoshop....Gets or sets the horizontal mesh points of the placed layer in...measure unit of the horizontal mesh points. OSTypeStructure [] getItems...

    reference.aspose.com/psd/java/com.aspose.psd.fi...
  5. Aspose.CAD for .NET 23.7 - Release Notes|Docume...

    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....CADNET-9024 Fix for U3D progressive mesh parser Enhancement CADNET-9016...CADNET-9016 Implement U3D progressive mesh to Aps conversion Enhancement...

    docs.aspose.com/cad/net/aspose-cad-for-net-23-7...
  6. placedresource - Aspose.PSD for Java - API Refe...

    Java library to process Photoshop files. Create, read, edit and convert PSD & PSB files without needing Adobe Photoshop....Gets or sets the horizontal mesh points of the placed layer in...measure unit of the horizontal mesh points. OSTypeStructure [] getItems...

    reference.aspose.com/psd/java/com.aspose.psd.fi...
  7. Extract Assets from 3DS File Formats via .NET |...

    C# source code to load, render and add extract assets from 3DS documents on .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/net/extractor/3ds/
  8. Items | Aspose.CAD for .NET API Reference

    Items Mesh.Items property Gets or sets the Mesh items. public object [] Items { get ; set ; } See Also class Mesh nam......Items Mesh.Items property Gets or sets the mesh items. public...get ; set ; } See Also class Mesh namespace Aspose.CAD.FileFormats...

    reference.aspose.com/cad/net/aspose.cad.filefor...
  9. Add Blind Watermark Verification to RVM File Fo...

    Sample Java blind watermark verification code for RVM file. Use this example code to add blind watermark verification to RVM file within any Web or Desktop Java based application....constructor of Scene class Get the mesh class of Aspose.3D Add password...node) -> { Entity mesh = node.getEntity(); if (mesh != null ) { text[...

    products.aspose.com/3d/java/verify-watermark/rvm/
  10. Add Blind Watermark Verification to STL File Fo...

    Sample Java blind watermark verification code for STL file. Use this example code to add blind watermark verification to STL file within any Web or Desktop Java based application....constructor of Scene class Get the mesh class of Aspose.3D Add password...node) -> { Entity mesh = node.getEntity(); if (mesh != null ) { text[...

    products.aspose.com/3d/java/verify-watermark/stl/