Gets or sets whether to include tight fit if the radius of the shank is equal to the radius of the cylindrical faces associated with at least one of the components.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeTightFit As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim value As Boolean
instance.IncludeTightFit = value
value = instance.IncludeTightFit
|
C# | |
---|
bool IncludeTightFit {get; set;} |
C++/CLI | |
---|
property bool IncludeTightFit {
bool get();
void set (bool value);
} |
Return Value
True to include tight fit, false to not
See Also
Availability
SolidWorks Simulation API 2009 SP0