Class ConicalGear
Inheritance
System.Object
ConicalGear
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.Gears
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class ConicalGear : Gear, IEquatable<APIBase>
Properties
ActiveGearDesign
Declaration
[Obsolete("Use ConicalGearDesign")]
public ConicalGearDesign ActiveGearDesign { get; }
Property Value
| Type | Description |
|---|---|
| ConicalGearDesign |
ConicalGearDesign
Declaration
public ConicalGearDesign ConicalGearDesign { get; }
Property Value
| Type | Description |
|---|---|
| ConicalGearDesign |
Length
Declaration
public override double Length { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Overrides
Orientation
Declaration
public GearOrientations Orientation { get; set; }
Property Value
| Type | Description |
|---|---|
| GearOrientations |
Implements
System.IEquatable<T>