Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 5,952 for

geometry

(0.03 sec)
  1. Convert PNG to OBJ via Python | products.aspose...

    Sample code for PNG to OBJ Python conversion. Use API example code for batch PNG files to OBJ 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/pn...
  2. Convert FBX to OBJ via Python | products.aspose...

    Sample code for FBX to OBJ Python conversion. Use API example code for batch FBX files to OBJ 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/fb...
  3. Convert ASE to OBJ via C# | products.aspose.com

    Sample code for ASE to OBJ C# conversion. Use API example code for batch ASE files to OBJ 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/ase-to-obj/
  4. Convert X to OBJ via C# | products.aspose.com

    Sample code for X to OBJ C# conversion. Use API example code for batch X files to OBJ 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/x-to-obj/
  5. Convert ASE to OBJ via Java | products.aspose.com

    Sample Java conversion code for ASE format to OBJ file. Use this example code to convert ASE to OBJ within any Web or Desktop Java based application.... Both polygonal geometry like points, lines, texture...vertices, faces and free-form geometry (curves and surfaces) are...

    products.aspose.com/3d/java/conversion/ase-to-obj/
  6. 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...
  7. 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...
  8. 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...
  9. Can I Process GeoJSON file using this API for f...

    Hi, can we use Aspose.gis for working with Geojson files?...WriteLine($"Geometry Type: {feature.Geometry.Type}"); // Access...print out the feature IDs, geometry types, and properties. You...

    forum.aspose.com/t/can-i-process-geojson-file-u...
  10. 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/