Gets or sets whether specular materials reflect caustic photons for illuminating this appearance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CausticsCast As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IRenderMaterial
Dim value As Boolean
instance.CausticsCast = value
value = instance.CausticsCast
|
C# | |
---|
bool CausticsCast {get; set;} |
C++/CLI | |
---|
property bool CausticsCast {
bool get();
void set (bool value);
} |
Return Value
True if specular materials reflect caustic photons, false if not
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0