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

sphere

(0.86 sec)
  1. 以球体半径工作|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-...
  2. 以球体半径工作|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...
  3. 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-...
  4. 以球体半径工作|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-...
  5. 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...
  6. 使用点云|Documentation

    Aspose.3D for Python via .NET 允许直接从 Draco 文件解码网格,而无需使用DracoFormat类的Decode方法构建场景。...entities import Sphere # For complete examples and...DRACO . encode ( Sphere (), "data-dir" + "sphere.drc" ) 将球体编码为点云...

    docs.aspose.com/3d/zh/python-net/working-with-p...
  7. 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...
  8. 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...
  9. Working with PointCloud|Documentation

    Aspose.3D for Java allows decoding a mesh from a Draco file directly without building a scene using the decode method of DracoFormat class....for Java allows encoding a sphere mesh to a Draco file directly...( new Sphere (), RunExamples . getDataDir () + "sphere.drc" );...

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

    使用 Aspose.3D for .NET,您可以设置球体的获取半径。为了获取或设置半径,您可以使用Sphere类的半径属性。以下是设置球体半径的代码示例。...为了获取或设置半径,您可以使用 Sphere 类的 Radius 属性。以下是设置球体半径的代码示例。...scene = new Scene (); // Set Sphere Radius (Using Radius property...

    docs.aspose.com/3d/zh/net/working-with-radius-o...