Gets or sets whether to consider contact conditions regardless of the initial distance between user-defined face pairs.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IgnoreClearanceForSurfaceContact As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStaticStudyOptions
Dim value As Integer
instance.IgnoreClearanceForSurfaceContact = value
value = instance.IgnoreClearanceForSurfaceContact
|
C# | |
---|
int IgnoreClearanceForSurfaceContact {get; set;} |
C++/CLI | |
---|
property int IgnoreClearanceForSurfaceContact {
int get();
void set (int value);
} |
Return Value
- 1 = Ignore clearance for surface contact
- 0 = Do not ignore clearance for surface contact
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0