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