Gets or sets the degree to which this material allows light to pass through for illuminating the appearance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Transparency As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IDSPBRMaterial
Dim value As System.Double
instance.Transparency = value
value = instance.Transparency |
C# | |
---|
System.double Transparency {get; set;} |
C++/CLI | |
---|
property System.double Transparency {
System.double get();
void set ( & System.double value);
} |
Property Value
0.0 (opaque) default <= Transparency <= 1.0 (translucent)
Remarks
See Also
Availability
SOLIDWORKS 2026 FCS, Revision Number 34