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