Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 572 for

sphere

(0.08 sec)
  1. 以球体半径工作|Documentation

    使用 Aspose.3D for Node.js via Java,你可以设置得到一个球体的半径。...为了获取或设置半径,您可以使用 Sphere 类的 getRadius() 和 setRadius()...initialize a Sphere var sphere = new aspose . threed . Sphere (); //...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  2. Public API Changes in Aspose.3D 16.11.0|Documen...

    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 sphere = scene . RootNode . CreateChildNode ( "sphere" );...entity in a node sphere . Entities . Add ( new Sphere ()); //the new...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  3. Aspose 中的公共 API 更改。3D 16.11.0|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....Node sphere = scene . RootNode . CreateChildNode ( "sphere" );...entity in a node sphere . Entities . Add ( new Sphere ()); //the new...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  4. 以球体半径工作|Documentation

    使用 Aspose.3D for Java,您可以设置球体的获取半径。...为了获取或设置半径,您可以使用 Sphere 类的 getRadius() 和 setRadius()...initialize a Sphere Sphere sphere = new Sphere (); // set radius...

    docs.aspose.com/3d/zh/java/working-with-radius-...
  5. 以球体半径工作|Documentation

    使用 Aspose.3D for Python via .NET,你可以设置得到一个球体的半径。为了获取或设置半径,您可以使用Sphere类的半径属性。以下是设置球体半径的代码示例。...为了获取或设置半径,您可以使用 radius Sphere 类的属性。以下是设置球体半径的代码示例。 from aspose...aspose.threed.entities import Sphere # For complete examples and...

    docs.aspose.com/3d/zh/python-net/working-with-r...
  6. Convert Mesh to Triangle Mesh and Primitive Sha...

    Aspose.3D for .NET API allows developers to convert any mesh object to triangle mesh with custom memory layout of the vertex. The custom memory layout of the Vertex is defined using the Struct or dynamically by VertexDeclaration class in the code examples....creates meshes from the box and sphere to keep the code comprehensive...examples show how to: Convert a Sphere to Triangle Mesh with custom...

    docs.aspose.com/3d/net/convert-mesh-to-triangle...
  7. Primitive Shape to Mesh|Documentation

    Aspose.3D for Node.js via Java API has support of converting any primitive shape to mesh. Primitive shapes include most basic and used objects like box, Sphere, plane, cylinder, and torus....and used objects like box, sphere, plane, cylinder, and torus...format. Convert Sphere Primitive to Mesh A sphere is a perfectly...

    docs.aspose.com/3d/nodejs-java/primitive-shape-...
  8. 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....NET allows encoding a sphere mesh to Draco file directly...aspose.threed.entities import Sphere # For complete examples and...

    docs.aspose.com/3d/python-net/working-with-poin...
  9. Encoding 3D Mesh in the Google Draco File|Docum...

    Aspose.3D for Python via .NET API allows developers to import a 3D model, and then encode meshes in the Google Draco files. Developers can also specify the position, texture coordinates, color and normal bits as well as the compression level before encoding a mesh....example retrieves a Mesh of Sphere, and then encode in the Google...aspose.threed.entities import Sphere from aspose.threed.formats...

    docs.aspose.com/3d/python-net/encoding-3d-mesh-...
  10. Encoding 3D Mesh in the Google Draco File|Docum...

    Aspose.3D for Java API has support of importing 3D model, retrieve mesh, and then encode mesh in the Google Draco file....code example retrieves Mesh of Sphere, and then encode in the Google...(); // Create a sphere Sphere sphere = new Sphere (); // Encode...

    docs.aspose.com/3d/java/encoding-3d-mesh-in-the...