Class ConicalGearAdvancedSystemDeflection
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalGearAdvancedSystemDeflection
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AdvancedSystemDeflections
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ConicalGearAdvancedSystemDeflection : GearAdvancedSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public ConicalGear ComponentDesign { get; }
Property Value
Type | Description |
---|---|
ConicalGear |
Planetaries
Declaration
public ReadOnlyCollection<ConicalGearAdvancedSystemDeflection> Planetaries { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConicalGearAdvancedSystemDeflection> |
Implements
System.IEquatable<T>