Class MutableCurve
Inheritance
Implements
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.Cutters
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MutableCurve : MutableCommon, IEquatable<APIBase>
Properties
Crowning
The sign of the crowning determines whether the section is treated as convex or concave. A negative sign gives a concave hollow.
Measurement: VeryShortLength
Declaration
public double Crowning { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CurveType
Declaration
public EnumWithSelectedValue<BasicCurveTypes> CurveType { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<BasicCurveTypes> |
Height
This is the start height of this segment, where it intersects the previous curve segment, before the inclusion of fillets.
Measurement: ShortLength
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HeightEnd
This is the end height of this segment, where it intersects the next curve segment, before the inclusion of fillets.
Measurement: ShortLength
Declaration
public double HeightEnd { get; }
Property Value
Type | Description |
---|---|
System.Double |
Length
This is the straight line distance between the end of the preceding fillet and the start of the next fillet.
Measurement: ShortLength
Declaration
public double Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LinearModification
Linear modification is measured normal to the Nominal Section Pressure Angle.
Measurement: VeryShortLength
Declaration
public double LinearModification { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NominalSectionPressureAngle
Measurement: Angle
Declaration
public double NominalSectionPressureAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PressureAngleModification
Measurement: SmallAngle
Declaration
public double PressureAngleModification { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Radius
The sign of the radius determines whether the section is treated as convex or concave. A negative sign gives a concave hollow.
Measurement: ShortLength
Declaration
public override double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |