Class HypoidGearSetParametricStudyTool
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HypoidGearSetParametricStudyTool
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 HypoidGearSetParametricStudyTool : AGMAGleasonConicalGearSetParametricStudyTool, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public HypoidGearSet AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
HypoidGearSet |
AssemblyLoadCase
Declaration
public HypoidGearSetLoadCase AssemblyLoadCase { get; }
Property Value
Type | Description |
---|---|
HypoidGearSetLoadCase |
AssemblySystemDeflectionResults
Declaration
public ReadOnlyCollection<HypoidGearSetSystemDeflection> AssemblySystemDeflectionResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearSetSystemDeflection> |
HypoidGearsParametricStudyTool
Declaration
public ReadOnlyCollection<HypoidGearParametricStudyTool> HypoidGearsParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearParametricStudyTool> |
HypoidMeshesParametricStudyTool
Declaration
public ReadOnlyCollection<HypoidGearMeshParametricStudyTool> HypoidMeshesParametricStudyTool { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<HypoidGearMeshParametricStudyTool> |
Implements
System.IEquatable<T>