Class GenericStressConcentrationFactor
Inheritance
System.Object
GenericStressConcentrationFactor
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class GenericStressConcentrationFactor : ShaftFeature, IEquatable<APIBase>
Properties
BendingFactor
Declaration
public double BendingFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
Length
Declaration
public double Length { get; set; }
Property Value
Type |
Description |
System.Double |
|
TensionFactor
Declaration
public double TensionFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
TorsionFactor
Declaration
public double TorsionFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
AddNewGenericSCF()
Declaration
public void AddNewGenericSCF()
Implements
System.IEquatable<T>
Extension Methods