Class ProfilePointFilletStressConcentrationFactors
Inheritance
System.Object
ProfilePointFilletStressConcentrationFactors
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ProfilePointFilletStressConcentrationFactors : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
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