Class ISO6336GeometryBase
Inheritance
System.Object
ISO6336GeometryBase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class ISO6336GeometryBase : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
ISO6336RootFilletRadius
Declaration
public virtual double ISO6336RootFilletRadius { get; }
Property Value
| Type |
Description |
| System.Double |
|
ISO6336SignedVirtualBaseDiameter
Declaration
public double ISO6336SignedVirtualBaseDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
ISO6336ToothRootChord
Declaration
public virtual double ISO6336ToothRootChord { get; }
Property Value
| Type |
Description |
| System.Double |
|
ISO6336VirtualTipDiameter
Declaration
public double ISO6336VirtualTipDiameter { get; }
Property Value
| Type |
Description |
| System.Double |
|
VirtualNumberOfTeeth
Declaration
public double VirtualNumberOfTeeth { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods