Gets or sets whether to overwrite the optimal tolerance value for non-touching structural members within a certain distance, also called pinballs.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeTreatAsJointForClearanceLessThan As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWJoints
Dim value As Boolean
instance.IncludeTreatAsJointForClearanceLessThan = value
value = instance.IncludeTreatAsJointForClearanceLessThan
|
C# | |
---|
bool IncludeTreatAsJointForClearanceLessThan {get; set;} |
C++/CLI | |
---|
property bool IncludeTreatAsJointForClearanceLessThan {
bool get();
void set (bool value);
} |
Return Value
True to overwrite the pinball value, false to not
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2010 SP0