Class GearFEModel
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearFEModel
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.FEModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearFEModel : GearImplementationDetail, IEquatable<APIBase>
Properties
ElementSettings
Declaration
public GearMeshingElementOptions ElementSettings { get; }
Property Value
Type | Description |
---|---|
GearMeshingElementOptions |
FEBore
Measurement: ShortLength
Declaration
public Overridable<double> FEBore { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
IncludeAllTeethInTheFEMesh
Declaration
public bool IncludeAllTeethInTheFEMesh { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
CalculateStiffnessFromFE()
Declaration
public void CalculateStiffnessFromFE()
CalculateStiffnessFromFE(TaskProgress)
Declaration
public void CalculateStiffnessFromFE(TaskProgress progress)
Parameters
Type | Name | Description |
---|---|---|
SMT.MastaAPIUtility.TaskProgress | progress |
GetStressInfluenceCoefficientsFromFE(GearFlanks)
Declaration
public void GetStressInfluenceCoefficientsFromFE(GearFlanks flank)
Parameters
Type | Name | Description |
---|---|---|
GearFlanks | flank |
GetStressInfluenceCoefficientsFromFE(GearFlanks, TaskProgress)
Declaration
public void GetStressInfluenceCoefficientsFromFE(GearFlanks flank, TaskProgress progress)
Parameters
Type | Name | Description |
---|---|---|
GearFlanks | flank | |
SMT.MastaAPIUtility.TaskProgress | progress |
Implements
System.IEquatable<T>