Sets whether to allow (shaft length)/(bearing length) > 2.
.NET Syntax
Visual Basic (Declaration) | |
---|
WriteOnly Property AllowShaftByBearingRatioGreaterThan2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWBearingConnector
instance.AllowShaftByBearingRatioGreaterThan2 = value |
C# | |
---|
System.bool AllowShaftByBearingRatioGreaterThan2 {set;} |
C++/CLI | |
---|
property System.bool AllowShaftByBearingRatioGreaterThan2 {
void set ( & System.bool value);
} |
Property Value
True to allow (shaft length)/(bearing length) > 2, false to not
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2024 SP0