Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 17,283 for

scene

(0.07 sec)
  1. Convert USDZ to STL in Python

    This quick tutorial explains how to convert USDZ to STL in Python. It highlights the main steps, setup details, and includes a sample code snippet to develop a USDZ to STL converter in Python....creating an instance of the Scene class Invoke the save method...file is imported using the Scene class, which automatically detects...

    kb.aspose.com/3d/python/convert-usdz-to-stl-in-...
  2. Convert OBJ to GLB in Python

    This short guide demonstrates how to convert OBJ to GLB in Python. It highlights the key steps, setup requirements, and includes a sample code to develop an OBJ to GLB converter in Python....source OBJ file through the Scene class Instantiate the GltfSaveOptions...is first imported using the Scene class, which automatically detects...

    kb.aspose.com/3d/python/convert-obj-to-glb-in-p...
  3. Convert 3MF to STL in Python | 3MF File to STL ...

    Learn how to convert 3MF to STL in Python with Aspose.3D for Python SDK. Follow step-by-step guide and code examples for accurate 3D model conversion....2: Load the 3MF File # Use Scene.from_file() to load the source...3MF file into a Scene object scene = a3d . Scene . from_file( "model...

    blog.aspose.com/3d/convert-3mf-to-stl-in-python/
  4. Create smoothing group for mesh|Documentation

    Using Aspose.3D for .NET, developers can create smoothing group for mesh.... var scene = new Scene(box); scene.Save("box-sg.fbx");...

    docs.aspose.com/3d/net/create-smoothing-group-f...
  5. 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....// Initialize scene object Scene scene = new Scene (); // Initialize...sphere ; // Add Node to a scene scene . RootNode . ChildNodes ...

    docs.aspose.com/3d/net/convert-mesh-to-triangle...
  6. Convert 3MF to USDZ via C# | products.aspose.com

    Sample code for 3MF to USDZ C# conversion. Use API example code for batch 3MF files to USDZ conversion within VB.NET, Asp.NET or any .NET based application....the constructor of Scene class Call the Scene.Save method with...archive for the USD (Universal Scene Description) file format that...

    products.aspose.com/3d/net/conversion/3mf-to-usdz/
  7. Generate Normal Data for All Meshes in a 3D Fil...

    Using Aspose.3D for .NET, developers can generate normal data for all meshes in any 3D model (without the normal data)....has smoothing group Scene s = new Scene ( RunExamples . GetDataFilePath...

    docs.aspose.com/3d/net/generate-normal-data-for...
  8. Generate Normal Data for All Meshes of 3D Model...

    Aspose.3D for Java API has support of generating normal data for all meshes of 3D model (without the normal data)....has smoothing group Scene s = new Scene ( MyDir + "camera.3ds"...

    docs.aspose.com/3d/java/generate-normal-data-fo...
  9. 通過 C# 將 USDZ 轉換為 3DS | products.aspose.com

    使用 .NET API 轉換 USDZ 和其他 3D 文件...// 在 Scene 對像中加載 USDZ var scene = new Aspose.ThreeD.Scene( "template...usdz" ); // 將 USDZ 保存為 3DS scene.Save( "output.3ds" , Aspose...

    products.aspose.com/3d/zh-hant/net/conversion/u...
  10. Convert VRML to JT via Python | products.aspose...

    Sample code for VRML to JT Python conversion. Use API example code for batch VRML files to JT conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with...representations of complex scenes such as illustrations, definition...

    products.aspose.com/3d/python-net/conversion/vr...