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