Class MutableCommon
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.Cutters
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class MutableCommon : CurveInLinkedList, IEquatable<APIBase>
Properties
Height
Measurement: ShortLength
Declaration
public virtual double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HeightForTabulation
This is the start height of this segment, where it intersects the previous curve segment, before the inclusion of fillets. Or for fillets: This is the start height of this fillet.
Declaration
public string HeightForTabulation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Offset
Measurement: ShortLength
Declaration
public virtual double Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OffsetForTabulation
This is the offset at the start of this segment, where it intersects the previous curve segment, before the inclusion of fillets. Or for fillets: This is the offset at the start of this fillet.
Declaration
public string OffsetForTabulation { get; }
Property Value
Type | Description |
---|---|
System.String |
Protuberance
The maximum protrusion for this section from a line passing through the normal thickness point with the nominal pressure angle.
Measurement: ShortLength
Declaration
public double Protuberance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Radius
Measurement: ShortLength
Declaration
public virtual double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Section
Declaration
public EnumWithSelectedValue<CutterFlankSections> Section { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<CutterFlankSections> |
Methods
Remove()
Declaration
public void Remove()
Split()
Declaration
public void Split()
Implements
System.IEquatable<T>