ThreeDFormat — Aspose.Slides FOSS for C++ API Reference
Properties ThreeDFormat الفئة تُكوّن تأثيرات ثلاثية الأبعاد على الأشكال، بما في ذلك bevel، زاوية الكاميرا، الإضاءة، لون البثق، والمواد.
Properties: Aspose::Slides::Foss
#include <Aspose/Slides/Foss/three_d_format.h>class ThreeDFormatProperties: include/Aspose/Slides/Foss/three_d_format.h
Properties
| Properties | Properties | Properties |
|---|---|---|
bevel_top() | Properties | ShapeBevel إعدادات للوجه العلوي. |
bevel_bottom() | Properties | ShapeBevel إعدادات للوجه السفلي. |
camera() | Properties | Camera إعدادات (نوع الإعداد المسبق، الدوران). |
light_rig() | Properties | LightRig إعدادات (نوع الإعداد المسبق، الاتجاه). |
extrusion_color() | Properties | SimpleColorFormat للون البثق. |
contour_color() | Properties | SimpleColorFormat للون الحد. |
material() | Properties | MaterialPresetType للمادة السطحية. |
ShapeBevel
Properties ShapeBevel الفئة (من shape_bevel.h) تُكوّن تأثيرات bevel:
| Properties | Properties |
|---|---|
bevel_type() / set_bevel_type(BevelPresetType) | نوع إعداد Bevel. |
width() / set_width(double) | عرض Bevel. |
height() / set_height(double) | ارتفاع Bevel. |
Properties
Properties Camera الفئة (من camera.h) يتحكم في عرض الكاميرا ثلاثية الأبعاد:
| Properties | Properties |
|---|---|
camera_preset_type() | إعداد الكاميرا. |
set_camera_type(CameraPresetType) | تعيين إعداد الكاميرا. |
LightRig
Properties LightRig الفئة (من light_rig.h) يتحكم في الإضاءة ثلاثية الأبعاد:
| Properties | Properties |
|---|---|
light_type() | LightRigPresetType الإعداد. |
set_light_type(LightRigPresetType) | حدد نوع الإضاءة. |
direction() | LightingDirection الاتجاه. |
set_direction(LightingDirection) | حدد اتجاه الإضاءة. |
واجهة IThreeDFormat
Properties IThreeDFormat الواجهة (من i_three_d_format.h) يحدد:
| Properties | Properties |
|---|---|
bevel_top() | إعدادات الحافة العلوية. |
bevel_bottom() | إعدادات الحافة السفلية. |
depth() / set_depth(double) | عمق البثق. |
contour_width() / set_contour_width(double) | عرض الخط الخارجي. |
material() / set_material(MaterialPresetType) | مادة السطح. |