21.4.5.6 sp3d

A set of 3-D properties which a shape can contain.

Attributes

Namespace: http://purl.oclc.or g/ooxml/drawing ml/main

    <a:sp3d extrusionH="165100" contourW="50800"
      prstMaterial="plastic">
      <a:bevelT w="254000" h="254000"/>
      <a:bevelB w="254000" h="254000"/>
      <a:extrusionClr>
            <a:srgbClr val="FF0000"/>
      </a:extrusionClr>
      <a:contourClr>
            <a:schemeClr val="accent3"/>
      </a:contourClr>
    </a:sp3d>

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 (20.1.10.41).

contourW (Contour Width)

Defines the width of the contour on the shape.

[Example: Consider the following example of a contourW in use within the sp3d element:

Namespace: http://purl.oclc.or g/ooxml/drawing ml/main

Defines the height of the extrusion applied to the shape.

    <a:sp3d extrusionH="165100" contourW="50800"
      prstMaterial="plastic">
      <a:bevelT w="254000" h="254000"/>
      <a:bevelB w="254000" h="254000"/>
      <a:extrusionClr>
            <a:srgbClr val="FF0000"/>
      </a:extrusionClr>
      <a:contourClr>
            <a:schemeClr val="accent3"/>
      </a:contourClr>
    </a:sp3d>

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 (20.1.10.50).

prstMaterial (Preset Material Type)

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:

Namespace: http://purl.oclc.or g/ooxml/drawing ml/main

    <a:sp3d extrusionH="165100" contourW="50800"
    prstMaterial="plastic">
              <a:bevelT w="254000" h="254000"/>
              <a:bevelB w="254000" h="254000"/>
              <a:extrusionClr>
                      <a:srgbClr val="FF0000"/>
              </a:extrusionClr>
              <a:contourClr>
                      <a:schemeClr val="accent3"/>
              </a:contourClr>
    </a:sp3d>

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 (20.1.10.41).

extrusionH (Extrusion Height)

[Example: Consider the following example of an extrusionH in use within the sp3d element:

Namespace: http://purl.oclc.or g/ooxml/drawing ml/main

The possible values for this attribute are defined by the ST_Coordinate simple type (20.1.10.16).

z (Shape Depth)

Defines the z coordinate for the 3D shape.

[Note: The W3C XML Schema definition of this element’s content model (CT_Shape3D) is located in A.4.1. end note]

Last updated on