ThreeDFormat — Aspose.Slides FOSS for C++ API Reference
Properties ThreeDFormat Klasse konfiguriert 3‑D‑Effekte auf Formen, einschließlich Fase, Kamerawinkel, Beleuchtung, Extrusionsfarbe und Material.
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 Einstellungen für die Oberseite. |
bevel_bottom() | Properties | ShapeBevel Einstellungen für die Unterseite. |
camera() | Properties | Camera Einstellungen (Voreinstellungsart, Drehung). |
light_rig() | Properties | LightRig Einstellungen (Voreinstellungsart, Richtung). |
extrusion_color() | Properties | SimpleColorFormat für die Extrusionsfarbe. |
contour_color() | Properties | SimpleColorFormat für die Konturfarbe. |
material() | Properties | MaterialPresetType für das Oberflächenmaterial. |
ShapeBevel
Properties ShapeBevel Klasse (aus shape_bevel.h) konfiguriert Fase‑Effekte:
| Properties | Properties |
|---|---|
bevel_type() / set_bevel_type(BevelPresetType) | Fase‑Voreinstellungsart. |
width() / set_width(double) | Fasenbreite. |
height() / set_height(double) | Fasenhöhe. |
Properties
Properties Camera Klasse (aus camera.h) steuert die 3‑D‑Kameraperspektive:
| Properties | Properties |
|---|---|
camera_preset_type() | Kamera-Voreinstellung. |
set_camera_type(CameraPresetType) | Kamera-Voreinstellung festlegen. |
LightRig
Properties LightRig Klasse (aus light_rig.h) steuert die 3‑D‑Beleuchtung:
| Properties | Properties |
|---|---|
light_type() | LightRigPresetType Voreinstellung. |
set_light_type(LightRigPresetType) | Lichttyp festlegen. |
direction() | LightingDirection Richtung. |
set_direction(LightingDirection) | Lichtrichtung festlegen. |
IThreeDFormat‑Schnittstelle
Properties IThreeDFormat Schnittstelle (von i_three_d_format.h) definiert:
| Properties | Properties |
|---|---|
bevel_top() | Einstellungen für die obere Abschrägung. |
bevel_bottom() | Einstellungen für die untere Abschrägung. |
depth() / set_depth(double) | Extrusionstiefe. |
contour_width() / set_contour_width(double) | Konturbreite. |
material() / set_material(MaterialPresetType) | Oberflächenmaterial. |