Gets the infinite life settings of the fatigue study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetInfiniteLifeSettings( _
ByRef BChecked As Integer, _
ByRef DCycles As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueStudyOptions
Dim BChecked As Integer
Dim DCycles As Double
instance.GetInfiniteLifeSettings(BChecked, DCycles)
|
C++/CLI | |
---|
void GetInfiniteLifeSettings(
& [Out] int BChecked,
& [Out] double 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 use when the corrected alternating stress is less than the endurance limit; valid only if BChecked is 1
Example
See Also
Availability
SolidWorks Simulation API 2012 SP0