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