Plate.DiffuseReflectivity Property

Top 

Description

The coefficient of diffuse reflectivity of this plate. Diffuse reflectivity is the reflection of light such that a ray incident on the surface is scattered. Reflectivity is the ratio of the power of the reflected wave to that of the incident wave. An increasing coefficient corresponds to a greater degree of scatter, thus decreasing power of the reflected wave. Note that the sum of DiffuseReflectivity and SpecularReflectivity must be less than or equal to 1.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Default Value:

0.1

Valid Range:

0 ≤ Plate.DiffuseReflectivity ≤ 1

 

Syntax

myVariable1 = myPlate1.DiffuseReflectivity;

 

myPlate1.DiffuseReflectivity = myVariable1;

 

See also

Plate Object