Class MutableCommon
Inheritance
System.Object
MutableCommon
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class MutableCommon : CurveInLinkedList, IEquatable<APIBase>
Properties
Height
Declaration
public virtual double Height { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
HeightForTabulation
Declaration
public string HeightForTabulation { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Offset
Declaration
public virtual double Offset { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
OffsetForTabulation
Declaration
public string OffsetForTabulation { get; }
Property Value
| Type |
Description |
| System.String |
|
Protuberance
Declaration
public double Protuberance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Radius
Declaration
public virtual double Radius { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Section
Declaration
public EnumWithSelectedValue<CutterFlankSections> Section { get; set; }
Property Value
Methods
Remove()
Declaration
Split()
Declaration
Implements
System.IEquatable<T>
Extension Methods