Class DIN5480SplineJointDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DIN5480SplineJointDesign
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.DetailedRigidConnectors.Splines
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DIN5480SplineJointDesign : StandardSplineJointDesign, IEquatable<APIBase>
Properties
AddendumModificationFactor
Declaration
public Overridable<double> AddendumModificationFactor { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
BaseDiameter
Measurement: ShortLength
Declaration
public override double BaseDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
MinimumFormClearance
Measurement: ShortLength
Declaration
public double MinimumFormClearance { get; }
Property Value
Type | Description |
---|---|
System.Double |
NominalSpaceWidth
Measurement: ShortLength
Declaration
public virtual double NominalSpaceWidth { get; }
Property Value
Type | Description |
---|---|
System.Double |
NominalToothThickness
Measurement: ShortLength
Declaration
public virtual double NominalToothThickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
PitchDiameter
Measurement: ShortLength
Declaration
public override double PitchDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
ReferenceDiameter
Measurement: ShortLength
Declaration
public double ReferenceDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>