Class FinishStockPoint
Inheritance
System.Object
FinishStockPoint
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FinishStockPoint : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
FinishStockArcLength
Declaration
public double FinishStockArcLength { get; }
Property Value
| Type |
Description |
| System.Double |
|
FinishStockTangentToTheBaseCircle
Declaration
public double FinishStockTangentToTheBaseCircle { get; }
Property Value
| Type |
Description |
| System.Double |
|
Index
Declaration
public string Index { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Radius
Declaration
public double Radius { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods