Class ProfilePointFilletStressConcentrationFactors
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ProfilePointFilletStressConcentrationFactors
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Shafts
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ProfilePointFilletStressConcentrationFactors : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Bending
Declaration
public Overridable<double> Bending { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Tension
Declaration
public Overridable<double> Tension { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Torsion
Declaration
public Overridable<double> Torsion { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>