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