Class ISO4156SplineJointDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ISO4156SplineJointDesign
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.DetailedRigidConnectors.Splines
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ISO4156SplineJointDesign : StandardSplineJointDesign, IEquatable<APIBase>
Properties
FormClearance
Measurement: ShortLength
Declaration
public double FormClearance { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumEffectiveClearance
The maximum effective space width minus the minimum effective tooth thickness.
Measurement: VeryShortLength
Declaration
public double MaximumEffectiveClearance { get; }
Property Value
Type | Description |
---|---|
System.Double |
MinimumEffectiveClearance
The minimum effective space width minus the maximum effective tooth thickness.
Measurement: VeryShortLength
Declaration
public override double MinimumEffectiveClearance { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Implements
System.IEquatable<T>