Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 7,538 for

geometries

(0.8 sec)
  1. Generate Point Cloud to GLTF File Formats via J...

    Sample Java generate point cloud code for GLTF file. Use this example code to generate point cloud to GLTF 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/gltf/
  2. Generate Point Cloud to USDZ File Formats via J...

    Sample Java generate point cloud code for USDZ file. Use this example code to generate point cloud to USDZ 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/usdz/
  3. Generate Point Cloud to USD File Formats via Ja...

    Sample Java generate point cloud code for USD file. Use this example code to generate point cloud to USD 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/usd/
  4. Как да начертаем геометрия върху карта|Document...

    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....точка и линия: var point = Geometry.FromText("POINT (23.5, 25...25.3)"); var line = Geometry.FromText("LINESTRING Z (0.1 0.2 0...

    docs.aspose.com/gis/bg/net/how-to-draw-geometry/
  5. آرشیوها

    آرشیوها...Geometry.GeometryType == GeometryType...Point point = (Point)feature.Geometry; Console.WriteLine(point.AsText()...

    blog.aspose.com/fa/gis/read-gpx-files-using-csh...
  6. Chercher

    chercher...positional index of the feature geometry; Fichier d’attributs dBase...ConstructFeature(); firstFeature.Geometry = new Point(33.97, -118.25);...

    blog.aspose.com/fr/gis/create-and-read-shapefil...
  7. Manage canvases of XPS file | .NET

    .NET API Solution to manage XPS files. Code example on how to clip and transform canvases of XPS files with a few lines of C# code.... Create rectangle path geometry with the CreatePathGeometry()...Create the rectangle path geometry XpsPathGeometry rectGeom =...

    products.aspose.com/page/net/work-with-canvases/
  8. 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/
  9. Aggiunta della trasformazione al nodo|Documenta...

    TSR (Translation/Scaling/Rotation) sono più comunemente utilizzati nello scenario 3D, abbiamo fornito una classe Transform per accedere a questi in Aspose.3D....// Point node to the Mesh geometry cubeNode . Entity = mesh ;...// Point node to the Mesh geometry cubeNode . Entity = mesh ;...

    docs.aspose.com/3d/it/net/adding-transformation...
  10. Convert 3MF to OBJ via Java | products.aspose.com

    Sample Java conversion code for 3MF format to OBJ file. Use this example code to convert 3MF 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/3mf-to-obj/