IThreeDFormat

Overview

IThreeDFormat is a interface in Aspose.Slides FOSS for Java. Inherits from: IThreeDParamSource.

Represents 3-D properties.

Properties

NameTypeAccessDescription
contourWidthdoubleReadReturns the width of an extrusion contour.
extrusionHeightdoubleReadReturns the height of an extrusion effect.
depthdoubleReadReturns the depth of a 3D shape.
bevelTopIShapeBevelReadReturns the top bevel.
bevelBottomIShapeBevelReadReturns the bottom bevel.
contourColorIColorFormatReadReturns the contour color.
extrusionColorIColorFormatReadReturns the extrusion color.
cameraICameraReadReturns the camera settings.
lightRigILightRigReadReturns the light rig settings.
materialMaterialPresetTypeReadReturns the material type.

Methods

SignatureDescription
getContourWidth()doubleReturns the width of an extrusion contour.
setContourWidth(value: double)Sets the width of an extrusion contour.
getExtrusionHeight()doubleReturns the height of an extrusion effect.
setExtrusionHeight(value: double)Sets the height of an extrusion effect.
getDepth()doubleReturns the depth of a 3D shape.
setDepth(value: double)Sets the depth of a 3D shape.
getBevelTop()IShapeBevelReturns the top bevel.
getBevelBottom()IShapeBevelReturns the bottom bevel.
getContourColor()IColorFormatReturns the contour color.
getExtrusionColor()IColorFormatReturns the extrusion color.
getCamera()ICameraReturns the camera settings.
getLightRig()ILightRigReturns the light rig settings.
getMaterial()MaterialPresetTypeReturns the material type.
setMaterial(value: MaterialPresetType)Sets the material type.

See Also