Class GenericStressConcentrationFactor
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GenericStressConcentrationFactor
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Shafts
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GenericStressConcentrationFactor : ShaftFeature, IEquatable<APIBase>
Properties
BendingFactor
Declaration
public double BendingFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Length
Measurement: ShortLength
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>