Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 5,117 for

geometry

(0.04 sec)
  1. Generate Point Cloud to FBX File Formats via Ja...

    Sample Java generate point cloud code for FBX file. Use this example code to generate point cloud to FBX 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/fbx/
  2. Generate Point Cloud to DXF File Formats via Ja...

    Sample Java generate point cloud code for DXF file. Use this example code to generate point cloud to DXF 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/dxf/
  3. Working with OBJ File Format|CAD 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....The OBJ file format is a 3D geometry that contains texture maps...

    docs.aspose.com/cad/net/working-with-obj-file-f...
  4. Working with OBJ File Format|CAD 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....The OBJ file format is a 3D geometry that contains texture maps...

    docs.aspose.com/cad/python-net/working-with-obj...
  5. Set up normals or UV on Cube and Add Material t...

    Aspose.3D for Java offers to manage normals and UV on the geometric shapes. A mesh stores the key properties for every vertex, position in space, and its normal, known as a vector perpendicular to the original surface. The normal is major to shading counts and should be a unit vector. Most mesh formats also support some form of UV coordinates which are a separate 2D representation of the mesh "unfolded" to show what portion of a 2-dimensional texture map to apply to different polygons of the mesh....then point node to the Mesh geometry by creating a 3D Scene. Create...to the control point of the geometry. PolygonVertex - the data...

    docs.aspose.com/3d/java/set-up-normals-or-uv-on...
  6. Convert OBJ to ATT via Python | products.aspose...

    Sample code for OBJ to ATT Python conversion. Use API example code for batch OBJ files to ATT 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/python-net/conversion/ob...
  7. How to change RectangularCallout shape's tip - ...

    In below sample code i want to change a tip for RectangularCallout but it is not working how to change a tip point for this shape Shape polygonShape = worksheet.Shapes.AddAutoShape(AutoShapeType.RectangularCallout, 0, …...5); // Get the shape's geometry adjustment guides ShapeGuideCollection...shapeGuides = polygonShape.Geometry.ShapeAdjustValues; // Apply...

    forum.aspose.com/t/how-to-change-rectangularcal...
  8. Generate Point Cloud to AMF File Formats via .N...

    C# source code to load, render and add generate point cloud to AMF 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/amf/
  9. Generate Point Cloud to U3D File Formats via Ja...

    Sample Java generate point cloud code for U3D file. Use this example code to generate point cloud to U3D 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/u3d/
  10. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for .NET API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based .NET 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/net/aspose-3d-document-objec...