Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 6,478 for

geometries

(0.11 sec)
  1. نحوه اجرای Aspose.GIS در Docker|Documentation

    اجرای Aspose.GIS در یک کانتینر Docker برای لینوکس، سرور ویندوز و هر سیستم عاملی....Geometries ; using Aspose.Gis ; namespace...var bottom = ( ILineString ) Geometry . FromText ( "LineString (0...

    docs.aspose.com/gis/fa/net/how-to-run-aspose-gi...
  2. Архивы

    Архивы...Add(Geometry.FromText("LineString (0 0...0, 1 0)")); multiCurve.Add(Geometry.FromText("CircularString (2...

    blog.aspose.com/ru/gis/make-geometric-shapes-in...
  3. ארכיון

    ארכיון...Add(Geometry.FromText("LineString (0 0...0, 1 0)")); multiCurve.Add(Geometry.FromText("CircularString (2...

    blog.aspose.com/he/gis/make-geometric-shapes-in...
  4. 档案

    档案...Add(Geometry.FromText("LineString (0 0...0, 1 0)")); multiCurve.Add(Geometry.FromText("CircularString (2...

    blog.aspose.com/zh/gis/make-geometric-shapes-in...
  5. XPSファイルでのビジュアルブラシの操作 | Python

    XPSファイルのビジュアルブラシの操作方法は、Aspose.Page APIソリューションで回答されています。Pythonでの機能の使用方法については、こちらをご覧ください。...4 doc = XpsDocument() 5 # Geometry for the magenta grid VisualBrush...VisualBrush 6 path_geometry = doc. create_path_geometry () 7 path_geometry...

    docs.aspose.com/page/ja/python-net/xps/working-...
  6. Wat is een pagina-indeling in C++|Aspose.Words ...

    Laten we eens uitzoeken wat een pagina-indeling is. Een pagina-indeling beschrijft de geometrie van de inhoud in een document....overeenkomstige paginalay-out de geometrie van die inhoud. Merk op dat...voor het berekenen van de geometrie, maar een document kan bestaan...

    docs.aspose.com/words/nl/cpp/what-is-a-page-lay...
  7. .IFC to .STEP Conversion using ASPOSE.CAD - Fre...

    Hi, I want to convert .IFC file to .STEP file using c# .Net with the use of Aspose.CAD, converted step file not open in solid works application, as well, are there any options in the ASPOSE library to stitch the faces us…...functionality for it yet, the 3D geometry is split into lines and the...file does not contain any geometry data” and are displayed as...

    forum.aspose.com/t/ifc-to-step-conversion-using...
  8. Generate Point Cloud to OBJ File Formats via Ja...

    Sample Java generate point cloud code for OBJ file. Use this example code to generate point cloud to OBJ 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/obj/
  9. Converting to Fixed-page Format|Aspose.Words fo...

    Save documents to PDF, XPS, HTML, XAML, PostScript, and PCL formats using Node.js....page layout describes the geometry of that content. Note, that...content for computing the geometry, but a document can exist...

    docs.aspose.com/words/nodejs-net/converting-to-...
  10. Creating a Page Layout in C++|Aspose.Words for C++

    Creating a page layout can be a costly procedure. Aspose.Words will create a page layout only when it is necessary: to render document pages, to obtain a field value, to export a document to HTML, etc.... The geometry of every object on every page...rules, placing constraints on geometry. Considerable computational...

    docs.aspose.com/words/cpp/creating-a-page-layout/