Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 6,088 for

geometry

(0.09 sec)
  1. IFC support|Documentation

    C# .NET 3D File Manipulation and Conversion API can load and save 3DS, 3MF, AMF, FBX, DFX, OBJ, PLY, STL, USD, U3D and other formats...allowing you to work with geometry, materials, and semantic data...adopted version, provides basic geometry and property sets. IFC4 –...

    docs.aspose.com/3d/net/supported-file-formats/ifc/
  2. Convert STL to OBJ via JavaScript | products.as...

    Sample code for STL to OBJ conversion. Use API example code for batch STL files to OBJ conversion....represents 3-dimensional surface geometry. The file format finds its...OBJ files. Both polygonal geometry like points, lines, texture...

    products.aspose.com/cad/javascript-net/conversi...
  3. Web Tiles|Documentation

    GIS C# Library will let you work with XYZ Tile (“Slippy Map”). Please see the sample codes to render one XYZ tile and render XYZ tiles by extent and from folder....Open xyz tile from folder Geometry Types - GIS C# Library Map...

    docs.aspose.com/gis/net/web-tiles/
  4. Convert OBJ to GLTF via Java | products.aspose.com

    Sample Java conversion code for OBJ format to GLTF file. Use this example code to convert OBJ to GLTF 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/obj-to-g...
  5. Convert IFC to OBJ via Python | products.aspose...

    Sample code for IFC to OBJ conversion. Use API example code for batch IFC files to OBJ conversion.... IFC can hold data for geometry, calculation, quantities,...OBJ files. Both polygonal geometry like points, lines, texture...

    products.aspose.com/cad/python-net/conversion/i...
  6. Generate Point Cloud to GLTF File Formats via ....

    C# source code to load, render and add generate point cloud to GLTF 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/gltf/
  7. 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...
  8. 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...
  9. 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...
  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/