Gets or sets the roughness of sheen microfacet distribution for this material.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SheenRoughness As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IDSPBRMaterial
Dim value As System.Double
instance.SheenRoughness = value
value = instance.SheenRoughness |
C# | |
---|
System.double SheenRoughness {get; set;} |
C++/CLI | |
---|
property System.double SheenRoughness {
System.double get();
void set ( & System.double value);
} |
Property Value
0.0 <= Sheen roughness <= 1.0; 0.5 is the default
Remarks
See Also
Availability
SOLIDWORKS 2026 FCS, Revision Number 34