Gets the infinite life settings of the fatigue study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetInfiniteLifeSettings( _
ByRef BChecked As System.Integer, _
ByRef DCycles As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWFatigueStudyOptions
Dim BChecked As System.Integer
Dim DCycles As System.Double
instance.GetInfiniteLifeSettings(BChecked, DCycles) |
C# | |
---|
void GetInfiniteLifeSettings(
out System.int BChecked,
out System.double DCycles
) |
C++/CLI | |
---|
void GetInfiniteLifeSettings(
& [Out] System.int BChecked,
& [Out] System.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