Sets the infinite life settings of the fatigue study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetInfiniteLifeSettings( _
ByVal BChecked As Integer, _
ByVal DCycles As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueStudyOptions
Dim BChecked As Integer
Dim DCycles As Double
instance.SetInfiniteLifeSettings(BChecked, DCycles)
|
Parameters
- BChecked
- 1 to use DCyles number of cycles; 0 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 Simulation API 2012 SP0