Gets or sets whether to include global friction.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeGlobalFriction2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWStaticStudyOptions
Dim value As System.Boolean
instance.IncludeGlobalFriction2 = value
value = instance.IncludeGlobalFriction2 |
C# | |
---|
System.bool IncludeGlobalFriction2 {get; set;} |
C++/CLI | |
---|
property System.bool IncludeGlobalFriction2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
-1 or true to include global friction, 0 or false to not (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2021 SP04