Class ProfilePointFilletStressConcentrationFactors
Inheritance
System.Object
ProfilePointFilletStressConcentrationFactors
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ProfilePointFilletStressConcentrationFactors : APIBase, IEquatable<APIBase>
Properties
Bending
Declaration
public Overridable<double> Bending { get; set; }
Property Value
Tension
Declaration
public Overridable<double> Tension { get; set; }
Property Value
Torsion
Declaration
public Overridable<double> Torsion { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods