Class SplineLeadRelief
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.Couplings
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class SplineLeadRelief : RigidConnectorSettings, IEquatable<APIBase>
Properties
ContactPosition
Declaration
public IndividualContactPosition ContactPosition { get; }
Property Value
Type | Description |
---|---|
IndividualContactPosition |
Crowning
Declaration
public CrowningSpecification Crowning { get; }
Property Value
Type | Description |
---|---|
CrowningSpecification |
LinearRelief
A positive value of linear relief corresponds to an increased clearance (i.e. material removed) from the end of the tooth with the largest Z value in the local coordinate system of the spline. The change in clearance due to the linear relief decreases linearly to be zero at the opposite end of the spline. A negative value corresponds to an increased clearance (i.e. material removed) from the end of the tooth with the smallest Z value in the local coordinate system of the spline. Lead relief is specified in the transverse plane for a helical spline. Clearance due to microgeometry is adjusted to give a minimum of zero.
Measurement: VeryShortLength
Declaration
public Overridable<double> LinearRelief { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
MicrogeometryClearanceChart
Declaration
public TwoDChartDefinition MicrogeometryClearanceChart { get; }
Property Value
Type | Description |
---|---|
TwoDChartDefinition |
Implements
System.IEquatable<T>