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