Sets whether to specify clearance for non-touching faces in this contact.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeClearance2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactComponent
Dim value As System.Boolean
instance.IncludeClearance2 = value
value = instance.IncludeClearance2 |
C# | |
---|
System.bool IncludeClearance2 {get; set;} |
C++/CLI | |
---|
property System.bool IncludeClearance2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
-1 or true to specify clearance for non-touching faces, 0 or false to not
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2022 SP0