Gets or sets the specular spread (roughness) of the appearance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Roughness As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IDSPBRMaterial
Dim value As System.Double
instance.Roughness = value
value = instance.Roughness |
C# | |
---|
System.double Roughness {get; set;} |
C++/CLI | |
---|
property System.double Roughness {
System.double get();
void set ( & System.double value);
} |
Property Value
0.0 (default) <= Specular spread <= 1.0
Remarks
See Also
Availability
SOLIDWORKS 2026 FCS, Revision Number 34