Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 10,129 for

mesh

(0.04 sec)
  1. Add Blind Watermark to USD File Formats via .NE...

    C# source code to load, render and add blind watermark to USD 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/usd/
  2. Add Blind Watermark to GLTF File Formats via .N...

    C# source code to load, render and add blind watermark to GLTF 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/gltf/
  3. Add Blind Watermark to USDZ File Formats via .N...

    C# source code to load, render and add blind watermark to USDZ 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/usdz/
  4. Build Tangent and Binormal Data for all Meshes ...

    Using Aspose.3D for Python via .NET API, developers can build tangent and binormal data for all Meshes in any supported 3D file....Tangent and Binormal Data for all Meshes in 3D Model Contents [ Hide...tangent and binormal data for all meshes in any supported 3D file. Build...

    docs.aspose.com/3d/python-net/build-tangent-and...
  5. Vertices | Aspose.CAD for .NET API Reference

    Vertices Contents [ Hide ] Vertices class The vertices. The vertices element declares the attributes and identity of ......identity of mesh-vertices. The vertices element describes mesh-vertices...mesh-vertices in a mesh geometry. The mesh-vertices represent the position(identity)...

    reference.aspose.com/cad/net/aspose.cad.filefor...
  6. CadPolylineBase - Aspose.CAD for Java - API Ref...

    Developer's manual to the Aspose.CAD for Java library. Know all classes, methods & interfaces for quick integration of the CAD library with your own apps....getMeshMVertexCount () Gets or sets the mesh M vertex count. short getMeshNVertexCount...getMeshNVertexCount () Gets or sets the mesh N vertex count. double getStartWidth...

    reference.aspose.com/cad/java/com.aspose.cad.fi...
  7. ToMesh | Aspose.3D for .NET API Reference

    ToMesh RectangularTorus.ToMesh method Convert this primitive to Mesh public override Mesh ToMesh () See Also class Me......this primitive to Mesh public override Mesh ToMesh () See Also...Also class Mesh class RectangularTorus namespace Aspose.ThreeD.Entities...

    reference.aspose.com/3d/net/aspose.threed.entit...
  8. Aspose.3D Transform Nodes using a transformatio...

    Learn how to transform Nodes using a transformation matrix...Torus(); // Convert a Torus to Mesh Mesh mesh = convertible.ToMesh();...node to the Mesh geometry cubeNode.Entity = mesh; // Set translation...

    products.aspose.com/3d/tutorial/transform-nodes...
  9. ToMesh | Aspose.3D for .NET API Reference

    ToMesh NurbsSurface.ToMesh method Convert the NURBS surface to the Mesh public Mesh ToMesh () See Also class Mesh cla......to the mesh public Mesh ToMesh () See Also class Mesh class NurbsSurface...

    reference.aspose.com/3d/net/aspose.threed.entit...
  10. Add Blind Watermark to AMF File Formats via Jav...

    Sample Java blind watermark code for AMF file. Use this example code to add blind watermark to AMF 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/amf/