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 System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim value As System.Boolean
instance.IncludeTightFit = value
value = instance.IncludeTightFit |
C# | |
---|
System.bool IncludeTightFit {get; set;} |
C++/CLI | |
---|
property System.bool IncludeTightFit {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to include tight fit, false to not
See Also
Availability
SolidWorks Simulation API 2009 SP0