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 ThreeDFormat

Properties: include/Aspose/Slides/Foss/three_d_format.h


Properties

PropertiesPropertiesProperties
bevel_top()PropertiesShapeBevel Einstellungen für die Oberseite.
bevel_bottom()PropertiesShapeBevel Einstellungen für die Unterseite.
camera()PropertiesCamera Einstellungen (Voreinstellungsart, Drehung).
light_rig()PropertiesLightRig Einstellungen (Voreinstellungsart, Richtung).
extrusion_color()PropertiesSimpleColorFormat für die Extrusionsfarbe.
contour_color()PropertiesSimpleColorFormat für die Konturfarbe.
material()PropertiesMaterialPresetType für das Oberflächenmaterial.

ShapeBevel

Properties ShapeBevel Klasse (aus shape_bevel.h) konfiguriert Fase‑Effekte:

PropertiesProperties
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:

PropertiesProperties
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:

PropertiesProperties
light_type()LightRigPresetType Voreinstellung.
set_light_type(LightRigPresetType)Lichttyp festlegen.
direction()LightingDirection Richtung.
set_direction(LightingDirection)Licht­richtung festlegen.

IThreeDFormat‑Schnittstelle

Properties IThreeDFormat Schnittstelle (von i_three_d_format.h) definiert:

PropertiesProperties
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.

Siehe auch

 Deutsch