Class BevelDifferentialGearMeshParametricStudyTool
Inheritance
System.Object
BevelDifferentialGearMeshParametricStudyTool
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.ParametricStudyTools
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class BevelDifferentialGearMeshParametricStudyTool : BevelGearMeshParametricStudyTool, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public BevelDifferentialGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGearMesh |
ConnectionLoadCase
Declaration
public BevelDifferentialGearMeshLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
BevelDifferentialGearMeshLoadCase |
ConnectionSystemDeflectionResults
Declaration
public ReadOnlyCollection<BevelDifferentialGearMeshSystemDeflection> ConnectionSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<BevelDifferentialGearMeshSystemDeflection> |
Implements
System.IEquatable<T>