Class MutableCurve
Inheritance
System.Object
MutableCurve
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MutableCurve : MutableCommon, IEquatable<APIBase>
Properties
Crowning
Declaration
public double Crowning { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
CurveType
Declaration
public EnumWithSelectedValue<BasicCurveTypes> CurveType { get; set; }
Property Value
Height
Declaration
public override double Height { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
HeightEnd
Declaration
public double HeightEnd { get; }
Property Value
| Type |
Description |
| System.Double |
|
Length
Declaration
public double Length { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
LinearModification
Declaration
public double LinearModification { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NominalSectionPressureAngle
Declaration
public double NominalSectionPressureAngle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Offset
Declaration
public override double Offset { get; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
PressureAngleModification
Declaration
public double PressureAngleModification { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Radius
Declaration
public override double Radius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Overrides
Implements
System.IEquatable<T>
Extension Methods