BevelLightingType Cell (Bevel Properties Section)
Determines the type of lighting used by the bevel effect.
Value | Description |
---|---|
0 |
No lighting |
1 |
Three Point |
2 |
Balance |
3 |
Soft |
4 |
Harsh |
5 |
Flood |
6 |
Contrasting |
7 |
Morning |
8 |
Sunrise |
9 |
Sunset |
10 |
Chilly |
11 |
Freezing |
12 |
Flat |
13 |
Two Point |
14 |
Glow |
15 |
Bright Room |
Remarks
To get a reference to the BevelLightingType cell by name from another formula, by value of the N attribute of a Cell element, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
BevelLightingType |
To get a reference to the BevelLightingType cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowBevelProperties |
Cell index: |
visBevelLightingType |