Class ConicalGearSet
Inheritance
System.Object
ConicalGearSet
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.Gears
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ConicalGearSet : GearSet, IEquatable<APIBase>
Properties
ActiveGearSetDesign
Declaration
[Obsolete("Use ConicalGearSetDesign")]
public ConicalGearSetDesign ActiveGearSetDesign { get; }
Property Value
Type | Description |
---|---|
ConicalGearSetDesign |
ConicalGears
Declaration
public ReadOnlyCollection<ConicalGear> ConicalGears { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConicalGear> |
ConicalGearSetDesign
Declaration
public ConicalGearSetDesign ConicalGearSetDesign { get; }
Property Value
Type | Description |
---|---|
ConicalGearSetDesign |
Implements
System.IEquatable<T>