Class PresetMaterialTypeValues
Defines the PresetMaterialTypeValues enumeration.
Inheritance
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class PresetMaterialTypeValues : Enum
Choose the surface finish a 3D effect simulates by setting PresetMaterialTypeValues on Effect3D.PresetMaterialType. None leaves the shape unshaded, Matte gives a soft non-reflective finish, Plastic and Metal add the characteristic sheen of those materials, and Flat keeps the surface even. Further finishes such as Clear, Powder, WarmMatte, SoftEdge, and DarkEdge cover specialized looks, and the Legacy variants reproduce the older material set for compatibility.
var effect = new Effect3D { PresetMaterialType = PresetMaterialTypeValues.Matte };Fields
Clear
clear.
When the item is serialized out as xml, its value is "clear".
Declaration
public const PresetMaterialTypeValues Clear
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
DarkEdge
dkEdge.
When the item is serialized out as xml, its value is "dkEdge".
Declaration
public const PresetMaterialTypeValues DarkEdge
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
Flat
flat.
When the item is serialized out as xml, its value is "flat".
Declaration
public const PresetMaterialTypeValues Flat
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
LegacyMatte
legacyMatte.
When the item is serialized out as xml, its value is "legacyMatte".
Declaration
public const PresetMaterialTypeValues LegacyMatte
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
LegacyMetal
legacyMetal.
When the item is serialized out as xml, its value is "legacyMetal".
Declaration
public const PresetMaterialTypeValues LegacyMetal
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
LegacyPlastic
legacyPlastic.
When the item is serialized out as xml, its value is "legacyPlastic".
Declaration
public const PresetMaterialTypeValues LegacyPlastic
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
LegacyWireframe
legacyWireframe.
When the item is serialized out as xml, its value is "legacyWireframe".
Declaration
public const PresetMaterialTypeValues LegacyWireframe
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
Matte
matte.
When the item is serialized out as xml, its value is "matte".
Declaration
public const PresetMaterialTypeValues Matte
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
Metal
metal.
When the item is serialized out as xml, its value is "metal".
Declaration
public const PresetMaterialTypeValues Metal
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
None
none.
When the item is serialized out as xml, its value is "none".
Declaration
public const PresetMaterialTypeValues None
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
Plastic
plastic.
When the item is serialized out as xml, its value is "plastic".
Declaration
public const PresetMaterialTypeValues Plastic
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
Powder
powder.
When the item is serialized out as xml, its value is "powder".
Declaration
public const PresetMaterialTypeValues Powder
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
SoftEdge
softEdge.
When the item is serialized out as xml, its value is "softEdge".
Declaration
public const PresetMaterialTypeValues SoftEdge
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
SoftMetal
softmetal.
When the item is serialized out as xml, its value is "softmetal".
Declaration
public const PresetMaterialTypeValues SoftMetal
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
TranslucentPowder
translucentPowder.
When the item is serialized out as xml, its value is "translucentPowder".
Declaration
public const PresetMaterialTypeValues TranslucentPowder
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |
WarmMatte
warmMatte.
When the item is serialized out as xml, its value is "warmMatte".
Declaration
public const PresetMaterialTypeValues WarmMatte
Field Value
| Type | Description |
|---|---|
| PresetMaterialTypeValues |