Class GearMeshDesignAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GearMeshDesignAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Analysis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GearMeshDesignAnalysis : AbstractGearMeshAnalysis, IEquatable<APIBase>
Properties
GearA
Declaration
public GearDesignAnalysis GearA { get; }
Property Value
Type | Description |
---|---|
GearDesignAnalysis |
GearB
Declaration
public GearDesignAnalysis GearB { get; }
Property Value
Type | Description |
---|---|
GearDesignAnalysis |
GearSet
Declaration
public GearSetDesignAnalysis GearSet { get; }
Property Value
Type | Description |
---|---|
GearSetDesignAnalysis |
Implements
System.IEquatable<T>