Gets or sets the optimal tolerance value for non-touching structural members within a certain distance, which is also referred to as a pinball.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PinBallRadius As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWJoints
Dim value As System.Double
instance.PinBallRadius = value
value = instance.PinBallRadius |
C# | |
---|
System.double PinBallRadius {get; set;} |
C++/CLI | |
---|
property System.double PinBallRadius {
System.double get();
void set ( & System.double value);
} |
Property Value
Radius
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2010 SP0