Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 15,943 for

point

(0.25 sec)
  1. Split Mesh|Documentation

    Aspose.3D for Java API has support to split all meshes of a scene into several sub meshes per material. The SplitMesh method will not split a mesh of the scene, if it has been assigned a single material. It can be achieved by using Aspose.3D for Java API....same control point information or control point-based vertex...its own control point information or control point-based vertex...

    docs.aspose.com/3d/java/split-mesh/
  2. DWG file from scratch shows empty - Free Suppor...

    Hi Aspose team, I’m trying to create a DWG file from scratch using Aspose.CAD for .NET (version 24.10.0), without using any existing template. I followed this official example, but when I open the generated file in Aut…...exact example as a starting point, and tried adding entities like...//LINE, CIRCLE, ARC, TEXT, POINT, SOLID, 3DFACE and POLYLINE...

    forum.aspose.com/t/dwg-file-from-scratch-shows-...
  3. ChartDataPointCollection class | Aspose.Words f...

    Aspose.Words.Drawing.Charts.ChartDataPointCollection class. Represents collection of a [ChartDataPoint](../chartdataPoint/)...source data point to the destination data point. hasDefaultF...indicating whether the data point at the specified index has default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Convert Between Measurement Units|Aspose.Words ...

    Aspose.Words for Python via .NET can help you with how to convert between measurement units, for example, inches to Points and Points to inches, pixels to Points, Points to pixels....measurement units such as inches, points, pixels, and millimeters, including...accept values in points, where 1 inch equals 72 points. Sometimes this...

    docs.aspose.com/words/python-net/convert-betwee...
  5. PPT document chart using .NET | products.aspose...

    C# source code to draw and convert chart or diagram in PPT file on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....Series[ 0 ]; //Add new point (1:3) there. series.DataPoints...e, 2 , 2 , 3 )); //Add new point (2:10) series.DataPoints.Ad...

    products.aspose.com/slides/net/chart/ppt/
  6. Manage Text Portions in Presentations Using Jav...

    Learn how to manage text portions in PowerPoint presentations using JavaScript and Aspose.Slides for Node.js via Java, boosting performance and customization.... get_Item ( j ); var point = portion . getCoordinates ();...console . log ( "X: " + point . x + " Y: " + point . y ); } } } finally...

    docs.aspose.com/slides/nodejs-java/portion/
  7. MergeFieldImageDimensionUnit Enum | Aspose.Word...

    Discover Aspose.Words.Fields.MergeFieldImageDimensionUnit enum for precise image dimension control in mail merges. Enhance your document automation today!...Name Value Description Point 0 The point (i.e. 1/72 inch). Percent...200 , MergeFieldImageDimen . Point ); doc . MailMerge . Execute...

    reference.aspose.com/words/net/aspose.words.fie...
  8. 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, …...working how to change a tip point for this shape Shape polygonShape...patel Cause To change the tip point of a RectangularCallout shape...

    forum.aspose.com/t/how-to-change-rectangularcal...
  9. Extra Annotations using C++|Aspose.PDF for C++

    Explore how to add extra annotations, such as comments or highlights, to PDF files in C++ using Aspose.PDF....color, new QuadPoints and new points, Subject, InReplyTo,ReplyType)...:: SharedPtr < Point >> ({ MakeObject < Point > ( 321.66 , 739...

    docs.aspose.com/pdf/cpp/extra-annotations/
  10. Regression bug : Arrows not displayed in output...

    When creating a polyline annotation with aspose and settings arrows to show on extremity, the arrows are not displayed when viewing the output PDF in Adobe Reader. If modifying the shape of the annotation in Adobe Reade…...pdf"); Point[] points = new[] { new Point(210, 410), new...new Point(230, 440), new Point (380, 500) }; PolylineAnnotation...

    forum.aspose.com/t/regression-bug-arrows-not-di...