Class CylindricalGearMeshParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearMeshParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearMeshParametricStudyTool : GearMeshParametricStudyTool, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public CylindricalGearMesh ConnectionDesign { get; }
Property Value
| Type | Description |
|---|---|
| CylindricalGearMesh |
ConnectionLoadCase
Declaration
public CylindricalGearMeshLoadCase ConnectionLoadCase { get; }
Property Value
| Type | Description |
|---|---|
| CylindricalGearMeshLoadCase |
ConnectionSystemDeflectionResults
Declaration
public ReadOnlyCollection<CylindricalGearMeshSystemDeflection> ConnectionSystemDeflectionResults { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshSystemDeflection> |
Planetaries
Declaration
public ReadOnlyCollection<CylindricalGearMeshParametricStudyTool> Planetaries { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearMeshParametricStudyTool> |
Implements
System.IEquatable<T>