[Table of Contents] [docx version]
VML Reference Material - VML
ST_ExtrusionRender (Extrusion Rendering Types)
This simple type specifies different rendering modes.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
|
Enumeration Value |
Description |
|
boundingCube (Bounding Cube) |
Rendering displays the bounding cube that contains the shape. |
|
solid (Solid) |
Rendering displays a solid shape. |
|
wireFrame (Wireframe) |
Rendering displays a wireframe shape. |
|
Referenced By |
|
extrusion@render (§6.2.2.10) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ExtrusionRender">
<restriction base="xsd:string">
<enumeration value="solid"/>
<enumeration value="wireFrame"/>
<enumeration value="boundingCube"/>
</restriction>
</simpleType>