Gets or sets the degree to which the material is able to filter and diffuse light for illuminating the appearance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Translucency As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IRenderMaterial
Dim value As System.Double
instance.Translucency = value
value = instance.Translucency |
C# | |
---|
System.double Translucency {get; set;} |
C++/CLI | |
---|
property System.double Translucency {
System.double get();
void set ( & System.double value);
} |
Property Value
Degree to which the material is able to filter and diffuse light
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0