<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 |
---|---|
|
Rendering displays the bounding cube that contains the shape. |
|
Rendering displays a solid shape. |
|
Rendering displays a wireframe shape. |
Referenced By |
---|
|
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>