Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 8,488 for

geometries

(0.4 sec)
  1. 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...
  2. Aggiunta della trasformazione al nodo|Documenta...

    Aspose.3D for Java API supporta la rotazione degli oggetti nello spazio 3D. Esistono tre modi per definire la rotazione dell'oggetto nello spazio 3D, angoli di Eulero, Quaternion e Custom Matrix, tutti supportati dalla classe Transform....// Point node to the Mesh geometry cubeNode . setEntity ( mesh...// Point node to the Mesh geometry cubeNode . setEntity ( mesh...

    docs.aspose.com/3d/it/java/adding-transformatio...
  3. 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...
  4. 档案

    档案...Geometry.GeometryType == GeometryType...Point point = (Point)feature.Geometry; Console.WriteLine(point.AsText()...

    blog.aspose.com/zh/gis/read-gpx-files-using-csh...
  5. 搜索

    搜索...Geometry.GeometryType == GeometryType...Point point = (Point)feature.Geometry; Console.WriteLine(point.AsText()...

    blog.aspose.com/zh-hant/gis/read-gpx-files-usin...
  6. Lưu trữ

    Lưu trữ...OpenLayer(dataDir + "geometries.csv", new CsvOptions() {...Console.Write($"'{feature.Geometry.AsText()}: "); Console.WriteLine();...

    blog.aspose.com/vi/gis/read-vector-layer-featur...
  7. Arsip

    Arsip...grafis tiga dimensi dari data geometris. Pada artikel ini, kita akan...untuk bekerja dengan hierarki geometri & adegan, menganimasikan objek...

    blog.aspose.com/id/3d/create-3d-scene-using-csh...
  8. آرشیوها

    آرشیوها...OpenLayer(dataDir + "geometries.csv", new CsvOptions() {...Console.Write($"'{feature.Geometry.AsText()}: "); Console.WriteLine();...

    blog.aspose.com/fa/gis/read-vector-layer-featur...
  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. Generate Point Cloud to PLY File Formats via Ja...

    Sample Java generate point cloud code for PLY file. Use this example code to generate point cloud to PLY 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/ply/