Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 5,929 for

geometries

(0.05 sec)
  1. כיצד לצייר גיאומטריה על מפה|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....ליצור נקודה וקו: 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/he/net/how-to-draw-geometry/
  2. Робота з прозорістю у файлі XPS | Python

    Як працювати з прозорістю файлу XPS — це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати функції в Python... create_path_geometry ( "M120,0 H400 v1000 H120"...add_path (doc. create_path_geometry ( "M300,120 h600 V420 h-600"...

    docs.aspose.com/page/uk/python-net/xps/working-...
  3. Custom Shape|Aspose.Slides for Node.js via .NET...

    Add a custom shape to a PowerPoint presentation in JavaScript...GeometryPath instance represents a geometry path of the GeometryShape...can set the appearance for a geometry path. Using the GeometryPath...

    docs.aspose.com/slides/nodejs-java/custom-shape/
  4. ค้นหา

    ค้นหา...positional index of the feature geometry; ไฟล์แอตทริบิวต์ dBase (.dbf)...ConstructFeature(); firstFeature.Geometry = new Point(33.97, -118.25);...

    blog.aspose.com/th/gis/create-and-read-shapefil...
  5. Geometrías de escala de una escena 3D|Documenta...

    Los desarrolladores pueden escalar solo las geometrías de un nodo 3D o todos los nodos de 3D Scene. Para lograr esto, los desarrolladores pueden llamar a varios miembros de Scale de la instancia de la clase PolygonModifier....( "box" , Box ()) # scale geometries of a single node PolygonModifier...Vector3 ( 0.01 )); # scale geometries of all nodes PolygonModifier...

    docs.aspose.com/3d/es/python-net/scale-geometri...
  6. Membuat File KML menggunakan C#

    Tutorial ini memberikan panduan tentang cara membuat file KML menggunakan C#. Tutorial ini berisi rincian tentang cara mengatur IDE, daftar langkah, dan contoh kode yang menunjukkan proses pembuatan file KML menggunakan C#....menggambar berbagai bentuk geometris. Langkah-langkah Membuat KML...digunakan dalam KML, buat objek geometri seperti Poligon, dan tentukan...

    kb.aspose.com/id/gis/net/create-kml-file-using-...
  7. Como Desenhar Geometria em um Mapa|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....ponto e uma linha: 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/pt/net/how-to-draw-geometry/
  8. Generate Point Cloud to VRML File Formats via J...

    Sample Java generate point cloud code for VRML file. Use this example code to generate point cloud to VRML 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/vrml/
  9. 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/
  10. 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/