Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 6,013 for

geometry

(0.06 sec)
  1. Generate Point Cloud to STL File Formats via Ja...

    Sample Java generate point cloud code for STL file. Use this example code to generate point cloud to STL file within any Web or Desktop Java based application....(entity instanceof Geometry){ Geometry g= (Geometry) entity; Merge(pc...void Merge(PointCloud pc, Geometry g, Matrix4 transform) { PointCloud...

    products.aspose.com/3d/java/point-cloud/stl/
  2. Generate Point Cloud to AMF File Formats via Ja...

    Sample Java generate point cloud code for AMF file. Use this example code to generate point cloud to AMF file within any Web or Desktop Java based application....(entity instanceof Geometry){ Geometry g= (Geometry) entity; Merge(pc...void Merge(PointCloud pc, Geometry g, Matrix4 transform) { PointCloud...

    products.aspose.com/3d/java/point-cloud/amf/
  3. Create 3D Mesh and Scene|Documentation

    A Mesh is defined by a set of control points and the many n-sided polygons as needed. This article explains how to define a Mesh....The control points of all geometries in Aspose.3D use homogeneous...demonstrates how to add Mesh geometry to the 3D scene. The example...

    docs.aspose.com/3d/python-net/create-3d-mesh-an...
  4. Working with Protection in Ruby|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....Cells in Ruby Working with Geometry Section in Ruby...

    docs.aspose.com/diagram/java/working-with-prote...
  5. Crop / Union / Difference - are supported? - Fr...

    Is this functionallity supported directly by the library ?...not provide built-in Boolean geometry operations (union, difference...opened to add true Boolean geometry support. Proposed usage: using...

    forum.aspose.com/t/crop-union-difference-are-su...
  6. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for Python via .NET API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based application or an image....class for all procedural 3D geometries within Aspose.3D, such as...Torus , and Sphere . These geometries can be defined using a minimal...

    docs.aspose.com/3d/python-net/aspose-3d-documen...
  7. Convert JT to OBJ via Python | products.aspose.com

    Sample code for JT to OBJ Python conversion. Use API example code for batch JT files to OBJ conversion within VB.NET, Asp.NET or any .NET based application....software programs to examine the geometry of complicated goods. Read...OBJ files. Both polygonal geometry like points, lines, texture...

    products.aspose.com/3d/python-net/conversion/jt...
  8. Convert OBJ to AMF via C# | products.aspose.com

    Sample code for OBJ to AMF C# conversion. Use API example code for batch OBJ files to AMF conversion within VB.NET, Asp.NET or any .NET based application.... Both polygonal geometry like points, lines, texture...vertices, faces and free-form geometry (curves and surfaces) are...

    products.aspose.com/3d/net/conversion/obj-to-amf/
  9. Convert AMF to OBJ via C# | products.aspose.com

    Sample code for AMF to OBJ C# conversion. Use API example code for batch AMF files to OBJ conversion within VB.NET, Asp.NET or any .NET based application....of the information such as geometry, color and material of the...OBJ files. Both polygonal geometry like points, lines, texture...

    products.aspose.com/3d/net/conversion/amf-to-obj/
  10. Generate Point Cloud to OBJ File Formats via .N...

    C# source code to load, render and add generate point cloud to OBJ documents on .NET Framework, .NET Core, Mono....Entities) { if (entity is Geometry g) { Merge(pc, g, transform);...void Merge(PointCloud pc, Geometry g, Matrix4 transform) { var...

    products.aspose.com/3d/net/point-cloud/obj/