Gets or sets the intensity of a light source illuminating a surface from all directions without attenuation or shadowing for this appearance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Diffuse As Double |
Visual Basic (Usage) | |
---|
Dim instance As IRenderMaterial
Dim value As Double
instance.Diffuse = value
value = instance.Diffuse
|
C# | |
---|
double Diffuse {get; set;} |
C++/CLI | |
---|
property double Diffuse {
double get();
void set (double value);
} |
Return Value
Intensity of a light source illuminating a surface from all directions without attenuation or shadowing
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0