Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 950 for

cylinder

(0.42 sec)
  1. 转换 PLY 文件中单个 3D 对象的网格|Documentation

    由PlyFormat类公开的重载EncodeMesh成员可用于将 3D 对象的网格转换为 PLY 文件。EncodeMesh成员将网格、输出文件名和PlySaveOptions对象作为参数。使用 PLY 保存选项,开发人员可以更改坐标组件的名称。...此代码示例创建一个 3D Cylinder对象,然后在 PLY 文件中进行编码。 C# // Create a cylinder object.... EncodeMesh ( new Cylinder (), "cylinder.ply" ); /* using Ply...

    docs.aspose.com/3d/zh/net/convert-mesh-of-a-sin...
  2. Create Scene with Primitive 3D Shapes|Documenta...

    Aspose.3D for Java API has support of primitive 3D shapes. All parameterized primitives will be converted to mesh automatically while saving in any supported output file format.... new Box ()); // Create a Cylinder model scene . getRootNode...createChildNode ( "cylinder" , new Cylinder ()); // Save drawing...

    docs.aspose.com/3d/java/create-scene-with-primi...
  3. 创建带有基本 3D 形状的场景|Documentation

    Aspose.3D for Node.js 通过 Java API 具有对基本 3D 形状的支持。所有参数化基本体在保存到任何受支持的输出文件格式时,都将自动转换为网格。... Box ()); // Create a Cylinder model scene . getRootNode...createChildNode ( "cylinder" , new aspose . threed . Cylinder ()); // Save...

    docs.aspose.com/3d/zh/nodejs-java/create-scene-...
  4. 暴露几何变换|Documentation

    Aspose.3D for Node.js via Java 允许暴露 3D 场景的几何变换。您可以使用 evaluateGlobalTransform 方法评估全局变换。...初始化圆柱体 var cylinder = new aspose . threed . Cylinder (); // 创建...getRootNode (). createChildNode ( cylinder ); // 获取几何平移 Node . getTransform...

    docs.aspose.com/3d/zh/nodejs-java/expose-geomet...
  5. 向节点添加转换|Documentation

    Aspose.3D for Node.js 通过 Java API 具有支持在 3D 空间中旋转对象的功能。有三种定义对象在 3D 空间中旋转的方式,欧拉角、四元数和自定义矩阵,它们都由 Transform 类支持。...初始化圆柱体 var cylinder = new aspose . threed . Cylinder ( 2 , 2 ,...getRootNode (). createChildNode ( cylinder ); // 欧拉角 Node . getTransform...

    docs.aspose.com/3d/zh/nodejs-java/adding-transf...
  6. Convert Mesh of a single 3D object in PLY file|...

    The overloaded EncodeMesh members exposed by the PlyFormat class can be used to convert the Mesh of a 3D object to PLY file. The EncodeMesh members take the Mesh, output file name and PlySaveOptions objects as parameters. Using the PLY save options, developers can change the name of coordinate components....code example creates a 3D Cylinder object, and then encode in...the PLY file. C# // Create a cylinder object and save it to ply...

    docs.aspose.com/3d/net/convert-mesh-of-a-single...
  7. 转换 PLY 文件中单个 3D 对象的网格|Documentation

    由PlyFormat类公开的重载EncodeMesh成员可用于将 3D 对象的网格转换为 PLY 文件。EncodeMesh成员将网格、输出文件名和PlySaveOptions对象作为参数。使用 PLY 保存选项,开发人员可以更改坐标组件的名称。... 编程示例 此代码示例创建一个 3D Cylinder对象,然后在 PLY 文件中进行编码。 Python...aspose.threed.entities import Cylinder from aspose.threed.formats...

    docs.aspose.com/3d/zh/python-net/convert-mesh-o...
  8. 创建具有原始 3D 形状的场景|Documentation

    Aspose.3D for Java API 支持基元 3D 形状。所有参数化图元将自动转换为网格,同时以任何支持的输出文件格式保存。... new Box ()); // Create a Cylinder model scene . getRootNode...createChildNode ( "cylinder" , new Cylinder ()); // Save drawing...

    docs.aspose.com/3d/zh/java/create-scene-with-pr...
  9. Convert Mesh to Triangle Mesh and Primitive Sha...

    Aspose.3D for Java API has support to convert mesh to triangle mesh with custom memory layout of the vertex. The custom memory layout of the Vertex is defined dynamically by VertexDeclaration class in the code examples....objects like box, sphere, plane, cylinder, and torus. Any class that...toMesh (); Convert a Cylinder to Mesh A cylinder is one of the most...

    docs.aspose.com/3d/java/convert-mesh-to-triangl...
  10. Create Scene with Primitive 3D Shapes|Documenta...

    Using Aspose.3D for .NET, developers can define a scene with primitive 3D shapes. All parameterized primitives will be converted to mesh automatically while saving in any supported output file format.... new Box ()); // Create a Cylinder model scene . RootNode . CreateChildNode...CreateChildNode ( "cylinder" , new Cylinder ()); // Save drawing...

    docs.aspose.com/3d/net/create-scene-with-primit...