Gets or sets the index,
n, of the cut-off point for estimating constants, B and slope (m), in the Basquin equation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SNCurveEstimateCutoff As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMaterial
Dim value As System.Integer
instance.SNCurveEstimateCutoff = value
value = instance.SNCurveEstimateCutoff |
C# | |
---|
System.int SNCurveEstimateCutoff {get; set;} |
C++/CLI | |
---|
property System.int SNCurveEstimateCutoff {
System.int get();
void set ( & System.int value);
} |
Property Value
- 0 or 1: no cut-off; all of the points of the S-N curve are used for fitting a straight line and calculating the Basquin constants, B and m
- n >= 2: cut-off point on material S-N curve; the first n points of the S-N curve are used by the program to fit a straight line and calculate the Basquin constants, B and m
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP3