Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 6,846 for

point coloring

(0.24 sec)
  1. Convert DRC to AMF via Python | products.aspose...

    Sample code for DRC to AMF Python conversion. Use API example code for batch DRC files to AMF conversion within VB.NET, Asp.NET or any .NET based application....decompressing 3D geometric meshes and point clouds, and improves storage...information such as geometry, color and material of the objects...

    products.aspose.com/3d/python-net/conversion/dr...
  2. 渲染 3D 场景的全景视图|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以渲染 3D 场景的全景视图,并将该视图保存为支持的图像格式。...pydrawing import Color import aspose.threed as a3d...a3d . entities . LightType . POINT ) . transform . set_translation...

    docs.aspose.com/3d/zh/python-net/render-a-panor...
  3. 渲染 3D 场景的全景视图|Documentation

    使用 Aspose.3D for .NET API,开发人员可以渲染 3D 场景的全景视图,并将该视图保存为支持的图像格式。... Point }). Transform . Translation...( new Light () { Color = new Vector3 ( Color . CadetBlue ) })...

    docs.aspose.com/3d/zh/net/render-a-panorama-vie...
  4. 用六个面将场景渲染到立方体图中|Documentation

    使用 Aspose.3D for .NET API,开发人员可以将具有六个面的场景渲染到cubemap中,并将所有面保存为支持的图像格式。... Point }). Transform . Translation...( new Light () { Color = new Vector3 ( Color . CadetBlue ) })...

    docs.aspose.com/3d/zh/net/render-a-scene-into-t...
  5. List of PSD Layer Resources|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....Sheet color setting (Photoshop 6.0) fxrp Reference point (Photoshop...(Photoshop 6.0) SoCo Solid color sheet setting (Photoshop 6.0)...

    docs.aspose.com/psd/net/list-of-psd-layer-resou...
  6. Capture the Viewports of 3D Scene and Render to...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for Python via .NET API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based .NET application or an image....pydrawing import Color , ImageFormat from aspose.threed.... light_type = LightType . POINT scene . root_node . create_child_node...

    docs.aspose.com/3d/python-net/capture-the-viewp...
  7. Create a Fish-eye lens effect on 3D scene and s...

    Using Aspose.3D for Python via .NET API, developers can create a Fisheye lens effect on 3D scene and save that view into the supported image formats....pydrawing import Color from aspose.pydrawing.imaging...a3d . entities . LightType . POINT scene . root_node . create_child_node...

    docs.aspose.com/3d/python-net/create-a-fisheye-...
  8. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for C++....a certain color, control Z-Order, add gradiant color fill and...float width , float height , Color color , int zindex ) { // Create...

    docs.aspose.com/pdf/cpp/add-rectangle/
  9. 使用C++通过JavaScript设置图表外观|Documentation

    了解如何在Aspose.Cells for Java脚本通过C++中配置图表的外观。我们的指南将向你展示如何修改图表布局、颜色、字体和效果,以实现理想的视觉风格,并增强你的工作表。...); // Setting the foreground color of the plot area chart . plotArea...AsposeCells . Color ( 0 , 0 , 255 ); // Setting the foreground color of...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  10. How to create Combo chart with C++|Documentation

    Learn how to create a combo chart using Aspose.Cells for C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation.... SetForegroundColor ( Color :: Pink ()); chart . GetNSeries...GetArea (). SetForegroundColor ( Color :: Orange ()); chart . GetNSeries...

    docs.aspose.com/cells/cpp/create-combo-chart/