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