Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 8,444 for

mesh

(0.11 sec)
  1. Working with PointCloud|Documentation

    Aspose.3D for Python via .NET allows decoding a Mesh from a Draco file directly without building a scene using the Decode method of DracoFormat class.... Decode Mesh Aspose.3D for Python via .NET...NET allows decoding a mesh from a Draco file directly without...

    docs.aspose.com/3d/python-net/working-with-poin...
  2. 在网格中创建多边形|Documentation

    Aspose.3D for Node.js via Java 允许在网格中创建多边形。...Initialize Mesh var mesh = new aspose . threed . Mesh (); //The...and it's optimized internally. mesh . createPolygon ( 0 , 1 , 2...

    docs.aspose.com/3d/zh/nodejs-java/create-polygo...
  3. Working with PointCloud|Documentation

    Aspose.3D for .NET allows decoding a Mesh from a Draco file directly without building a scene using the Decode method of DracoFormat class....Decode Mesh Aspose.3D for .NET allows decoding a mesh from a...Encode Mesh Aspose.3D for .NET allows encoding a sphere mesh to a...

    docs.aspose.com/3d/net/working-with-pointcloud/
  4. Add Blind Watermark to STL File Formats via Jav...

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

    products.aspose.com/3d/java/watermark/stl/
  5. Add Blind Watermark to FBX File Formats via Jav...

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

    products.aspose.com/3d/java/watermark/fbx/
  6. Add Blind Watermark to PDF File Formats via Jav...

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

    products.aspose.com/3d/java/watermark/pdf/
  7. Add Blind Watermark to DXF File Formats via .NE...

    C# source code to load, render and add blind watermark to DXF 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/dxf/
  8. Add Blind Watermark to STL File Formats via .NE...

    C# source code to load, render and add blind watermark to STL 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/stl/
  9. Create rectangular Torus in 3D Scene|Documentation

    Using Aspose.3D for Python via .NET API, developers can create 3D objects, and then save 3D scene in any supported 3D format....converted to ordinal mesh/triangle mesh during saving the scene...follows: Create Polygon In Mesh Encoding 3D Mesh in the Google Draco...

    docs.aspose.com/3d/python-net/create-rectangula...
  10. Add Blind Watermark to ASE File Formats via Jav...

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

    products.aspose.com/3d/java/watermark/ase/