Sets the infinite life settings of the fatigue study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetInfiniteLifeSettings2( _
ByVal BChecked As System.Boolean, _
ByVal DCycles As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueStudyOptions
Dim BChecked As System.Boolean
Dim DCycles As System.Double
instance.SetInfiniteLifeSettings2(BChecked, DCycles) |
C# | |
---|
void SetInfiniteLifeSettings2(
System.bool BChecked,
System.double DCycles
) |
C++/CLI | |
---|
void SetInfiniteLifeSettings2(
& System.bool BChecked,
& System.double DCycles
) |
Parameters
- BChecked
- -1 or true to use DCyles number of cycles; 0 or false to use the number of cycles associated with the last point of an S-N curve
- DCycles
- Number of cycles to be used when the corrected alternating stress is less than the endurance limit; valid only if BChecked is -1
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30