[Table of Contents] [docx version]
Error! No text of specified style in document.
sp3d (3-D Shape Properties)
A set of 3-D properties which a shape can contain.
Parent Elements |
styleLbl (§5.9.5.10) |
Child Elements |
Subclause |
bevelB (Bottom Bevel) |
§5.1.7.3 |
bevelT (Top Bevel) |
§5.1.7.4 |
contourClr (Contour Color) |
§5.1.7.6 |
extLst (Extension List) |
§5.1.2.1.15 |
extrusionClr (Extrusion Color) |
§5.1.7.7 |
Attributes |
Description |
contourW (Contour Width)
Namespace: .../drawingml/2006/main |
Defines the width of the contour on the shape.
[Example: Consider the following example of a contourW in use within the sp3d element:
<a:sp3d extrusionH="165100" contourW="50800"
In this example, we see a countourW defined as 50800. end example]
The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§5.1.12.42). |
extrusionH (Extrusion Height)
Namespace: .../drawingml/2006/main |
Defines the height of the extrusion applied to the shape.
[Example: Consider the following example of an extrusionH in use within the sp3d element:
<a:sp3d extrusionH="165100" contourW="50800" prstMaterial="plastic">
In this example, we see a extrusionH defined as 165100. end example]
The possible values for this attribute are defined by the ST_PositiveCoordinate simple type (§5.1.12.42). |
prstMaterial (Preset Material Type)
Namespace: .../drawingml/2006/main |
Defines the preset material which is combined with the lighting properties to give the final look and feel of a shape.
[Example: Consider the following example of a prstMaterial in use within the sp3d element:
<a:sp3d extrusionH="165100" contourW="50800"
In this example, we see a prstMaterial defined as plastic. end example]
The possible values for this attribute are defined by the ST_PresetMaterialType simple type (§5.1.12.50). |
z (Shape Depth)
Namespace: .../drawingml/2006/main |
Defines the z coordinate for the 3D shape.
The possible values for this attribute are defined by the ST_Coordinate simple type (§5.1.12.16). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Shape3D">
<sequence>
<element name="bevelT" type="CT_Bevel" minOccurs="0" maxOccurs="1"/>
<element name="bevelB" type="CT_Bevel" minOccurs="0" maxOccurs="1"/>
<element name="extrusionClr" type="CT_Color" minOccurs="0" maxOccurs="1"/>
<element name="contourClr" type="CT_Color" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="z" type="ST_Coordinate" use="optional" default="0"/>
<attribute name="extrusionH" type="ST_PositiveCoordinate" use="optional" default="0"/>
<attribute name="contourW" type="ST_PositiveCoordinate" use="optional" default="0"/>
<attribute name="prstMaterial" type="ST_PresetMaterialType" use="optional" default="warmMatte"/>
</complexType>