Class CylindricalGearTwoDimensionalFEAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearTwoDimensionalFEAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearTwoDFEAnalysis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearTwoDimensionalFEAnalysis : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
FEModel
Declaration
public FEModel FEModel { get; }
Property Value
| Type | Description |
|---|---|
| FEModel |
FindleyCriticalPlaneAnalysis
Multiaxial fatigue results are shown for each node analysed
Declaration
public FindleyCriticalPlaneAnalysis FindleyCriticalPlaneAnalysis { get; }
Property Value
| Type | Description |
|---|---|
| FindleyCriticalPlaneAnalysis |
NumberOfStressStates
Declaration
public int NumberOfStressStates { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
GetStressStates(Int32)
Declaration
public NodeVectorState GetStressStates(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Returns
| Type | Description |
|---|---|
| NodeVectorState |
Perform()
Declaration
public void Perform()
Implements
System.IEquatable<T>