Class MutableCommon
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MutableCommon
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.Cutters
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class MutableCommon : CurveInLinkedList, IEquatable<APIBase>
Properties
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>