Class ConicalGear
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalGear
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.Gears
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ConicalGear : Gear, IEquatable<APIBase>
Properties
ConicalGearDesign
Declaration
public ConicalGearDesign ConicalGearDesign { get; }
Property Value
Type | Description |
---|---|
ConicalGearDesign |
Length
Measurement: ShortLength
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>