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