<ST_PresetMaterialType> (Preset Material Type)

Describes surface appearance of a shape. The material type combines with lighting characteristics to create the final look and feel of a shape. The following properties were used to define the shape used in the image examples below:

  • Rounded rectangle shape

  • Circle bevel type

  • Three Point light rig type

  • Camera type defined by the perspectiveContrastingRightFacing preset

  • Bevel width and height each equal to 190500

This simple type's contents are a restriction of the XML Schema token datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<clear> (Clear)

example:

<dkEdge> (Dark Edge)

example:

<flat> (Flat)

example:

<legacyMatte> (Legacy Matte)

example:

<legacyMetal> (Legacy Metal)

example:

<legacyPlastic> (Legacy Plastic)

example:

<legacyWireframe> (Legacy Wireframe)

example:

<matte> (Matte)

example:

<metal> (Metal)

example:

<plastic> (Plastic)

example:

<powder> (Powder)

example:

<softEdge> (Soft Edge)

example:

<softmetal> (Soft Metal)

example:

<translucentPowder> (Translucent Powder)

example:

<warmMatte> (Warm Matte)

example:

Referenced By

<cell3D@prstMaterial>5.1.6.1); <sp3d@prstMaterial>5.1.7.12); <sp3d@prstMaterial>5.9.5.6)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_PresetMaterialType">
	<restriction base="xsd:token">
	<enumeration value="legacyMatte"/>
	<enumeration value="legacyPlastic"/>
	<enumeration value="legacyMetal"/>
	<enumeration value="legacyWireframe"/>
	<enumeration value="matte"/>
	<enumeration value="plastic"/>
	<enumeration value="metal"/>
	<enumeration value="warmMatte"/>
	<enumeration value="translucentPowder"/>
	<enumeration value="powder"/>
	<enumeration value="dkEdge"/>
	<enumeration value="softEdge"/>
	<enumeration value="clear"/>
	<enumeration value="flat"/>
	<enumeration value="softmetal"/>
	</restriction>
</simpleType>