Gets or sets whether to consider contact conditions regardless of the initial distance between user-defined face pairs.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IgnoreClearanceForSurfaceContact2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWStaticStudyOptions
Dim value As System.Boolean
instance.IgnoreClearanceForSurfaceContact2 = value
value = instance.IgnoreClearanceForSurfaceContact2 |
C# | |
---|
System.bool IgnoreClearanceForSurfaceContact2 {get; set;} |
C++/CLI | |
---|
property System.bool IgnoreClearanceForSurfaceContact2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
- -1 or true = Ignore clearance for surface contact
- 0 or false = Do not ignore clearance for surface contact
(see Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2021 SP04