Class GearSetFEModel
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSetFEModel
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 GearSetFEModel : GearSetImplementationDetail, IEquatable<APIBase>
Properties
Comment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ElementOrder
Declaration
public virtual ElementOrder ElementOrder { get; set; }
Property Value
Type | Description |
---|---|
ElementOrder |
GearFEModels
Declaration
public ReadOnlyCollection<GearFEModel> GearFEModels { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearFEModel> |
IsReadyForALTCA
Declaration
public bool IsReadyForALTCA { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MeshFEModels
Declaration
public ReadOnlyCollection<GearMeshFEModel> MeshFEModels { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<GearMeshFEModel> |
NumberOfCoupledTeethEitherSide
Declaration
public virtual int NumberOfCoupledTeethEitherSide { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
CalculateStiffnessFromFE()
Declaration
public void CalculateStiffnessFromFE()
CalculateStiffnessFromFE(TaskProgress)
Declaration
public void CalculateStiffnessFromFE(TaskProgress progress)
Parameters
Type | Name | Description |
---|---|---|
SMT.MastaAPIUtility.TaskProgress | progress |
GenerateStiffnessFromFE()
Declaration
public void GenerateStiffnessFromFE()
GenerateStressInfluenceCoefficientsFromFE()
Declaration
public void GenerateStressInfluenceCoefficientsFromFE()
Implements
System.IEquatable<T>