ThreeDFormat — Aspose.Slides FOSS for C++ API Reference
ImageRenderOptions ThreeDFormat کلاس اثرات سهبعدی را بر روی اشکال تنظیم میکند، شامل bevel، زاویه دوربین، نورپردازی، رنگ extrusion و material.
ImageRenderOptions: Aspose::Slides::Foss
#include <Aspose/Slides/Foss/three_d_format.h>class ThreeDFormatImageRenderOptions: include/Aspose/Slides/Foss/three_d_format.h
ImageRenderOptions
| ImageRenderOptions | ImageRenderOptions | ImageRenderOptions |
|---|---|---|
bevel_top() | ImageRenderOptions | ShapeBevel تنظیمات برای سطح بالا. |
bevel_bottom() | ImageRenderOptions | ShapeBevel تنظیمات برای سطح پایین. |
camera() | ImageRenderOptions | Camera تنظیمات (نوع پیشتنظیم، چرخش). |
light_rig() | ImageRenderOptions | LightRig تنظیمات (نوع پیشتنظیم، جهت). |
extrusion_color() | ImageRenderOptions | SimpleColorFormat برای رنگ extrusion. |
contour_color() | ImageRenderOptions | SimpleColorFormat برای رنگ contour. |
material() | ImageRenderOptions | MaterialPresetType برای material سطح. |
ShapeBevel
ImageRenderOptions ShapeBevel کلاس (از shape_bevel.h) اثرات bevel را پیکربندی میکند:
| ImageRenderOptions | ImageRenderOptions |
|---|---|
bevel_type() / set_bevel_type(BevelPresetType) | نوع پیشتنظیم برش لبه. |
width() / set_width(double) | عرض برش لبه. |
height() / set_height(double) | ارتفاع برش لبه. |
ImageRenderOptions
ImageRenderOptions Camera کلاس (از camera.h) کنترل نمای دوربین سهبعدی:
| ImageRenderOptions | ImageRenderOptions |
|---|---|
camera_preset_type() | پیشتنظیم دوربین. |
set_camera_type(CameraPresetType) | پیشتنظیم دوربین را تنظیم کنید. |
LightRig
ImageRenderOptions LightRig کلاس (از light_rig.h) کنترل نورپردازی سهبعدی:
| ImageRenderOptions | ImageRenderOptions |
|---|---|
light_type() | LightRigPresetType پیشتنظیم. |
set_light_type(LightRigPresetType) | نوع نور را تنظیم کنید. |
direction() | LightingDirection جهت. |
set_direction(LightingDirection) | جهت نورپردازی را تنظیم کنید. |
رابط IThreeDFormat
ImageRenderOptions IThreeDFormat رابط (از i_three_d_format.h) تعریف میکند:
| ImageRenderOptions | ImageRenderOptions |
|---|---|
bevel_top() | تنظیمات برجستگی بالا. |
bevel_bottom() | تنظیمات برجستگی پایین. |
depth() / set_depth(double) | عمق برآمدگی. |
contour_width() / set_contour_width(double) | عرض کانتور. |
material() / set_material(MaterialPresetType) | جنس سطح. |