Class ConceptGearDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearDesign
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Concept
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptGearDesign : GearDesign, IEquatable<APIBase>, IDisposable
Properties
Hand
Declaration
public Hand Hand { get; set; }
Property Value
Type | Description |
---|---|
Hand |
MeanPointToCrossingPoint
Measurement: ShortLength
Declaration
public double MeanPointToCrossingPoint { get; }
Property Value
Type | Description |
---|---|
System.Double |
PitchAngle
Measurement: Angle
Declaration
public double PitchAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PitchApexToCrossingPoint
Measurement: ShortLength
Declaration
public double PitchApexToCrossingPoint { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WorkingHelixAngle
Measurement: Angle
Declaration
public double WorkingHelixAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WorkingPitchDiameter
Measurement: ShortLength
Declaration
public double WorkingPitchDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>
System.IDisposable