Class HypoidGearMeshParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HypoidGearMeshParametricStudyTool
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 HypoidGearMeshParametricStudyTool : AGMAGleasonConicalGearMeshParametricStudyTool, IEquatable<APIBase>
Properties
ConnectionDesign
Declaration
public HypoidGearMesh ConnectionDesign { get; }
Property Value
Type | Description |
---|---|
HypoidGearMesh |
ConnectionLoadCase
Declaration
public HypoidGearMeshLoadCase ConnectionLoadCase { get; }
Property Value
Type | Description |
---|---|
HypoidGearMeshLoadCase |
ConnectionSystemDeflectionResults
Declaration
public ReadOnlyCollection<HypoidGearMeshSystemDeflection> ConnectionSystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearMeshSystemDeflection> |
Implements
System.IEquatable<T>