<ST_BevelPresetType> (Bevel Presets)

Represents a preset for a type of bevel which can be applied to a shape in 3D. The bevel properties are applied differently depending on the type of bevel defined for a shape.

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

<angle> (Angle)

example:

<artDeco> (Art Deco)

example:

<circle> (Circle)

example:

<convex> (Convex)

example:

<coolSlant> (Cool Slant)

example:

<cross> (Cross)

example:

<divot> (Divot)

example:

<hardEdge> (Hard Edge)

example:

<relaxedInset> (Relaxed Inset)

example:

<riblet> (Riblet)

example:

<slope> (Slope)

example:

<softRound> (Soft Round)

example:

Referenced By

<bevel@prst>5.1.4.2.5); <bevelB@prst>5.1.7.3); <bevelT@prst>5.1.7.4)

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

<simpleType name="ST_BevelPresetType">
	<restriction base="xsd:token">
	<enumeration value="relaxedInset"/>
	<enumeration value="circle"/>
	<enumeration value="slope"/>
	<enumeration value="cross"/>
	<enumeration value="angle"/>
	<enumeration value="softRound"/>
	<enumeration value="convex"/>
	<enumeration value="coolSlant"/>
	<enumeration value="divot"/>
	<enumeration value="riblet"/>
	<enumeration value="hardEdge"/>
	<enumeration value="artDeco"/>
	</restriction>
</simpleType>