Class GearSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearSystemDeflection : MountableComponentSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public Gear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
Gear |
GearSet
Declaration
public GearSetSystemDeflection GearSet { get; }
Property Value
Type | Description |
---|---|
GearSetSystemDeflection |
IsLoaded
Declaration
public bool IsLoaded { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MeshPointResultsInWCS
Force and displacement values at the mesh contact points.
Declaration
public ReadOnlyCollection<ForceAndDisplacementResults> MeshPointResultsInWCS { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ForceAndDisplacementResults> |
PowerFlowResults
Declaration
public GearPowerFlow PowerFlowResults { get; }
Property Value
Type | Description |
---|---|
GearPowerFlow |
Implements
System.IEquatable<T>