Class FinishStockPoint
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FinishStockPoint
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.CutterSimulation
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FinishStockPoint : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
FinishStockArcLength
Measurement: ShortLength
Declaration
public double FinishStockArcLength { get; }
Property Value
Type | Description |
---|---|
System.Double |
FinishStockTangentToTheBaseCircle
This length is converted to the normal plane for helical gears.
Measurement: ShortLength
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
Measurement: ShortLength
Declaration
public double Radius { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>