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 Double |
Visual Basic (Usage) | |
---|
Dim instance As IRenderMaterial
Dim value As Double
instance.Translucency = value
value = instance.Translucency
|
C# | |
---|
double Translucency {get; set;} |
C++/CLI | |
---|
property double Translucency {
double get();
void set (double value);
} |
Return Value
Degree to which the material is able to filter and diffuse light
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0