Class ISO6336GeometryBase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ISO6336GeometryBase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class ISO6336GeometryBase : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ISO6336RootFilletRadius
Measurement: ShortLength
Declaration
public virtual double ISO6336RootFilletRadius { get; }
Property Value
Type | Description |
---|---|
System.Double |
ISO6336ToothRootChord
Measurement: ShortLength
Declaration
public virtual double ISO6336ToothRootChord { get; }
Property Value
Type | Description |
---|---|
System.Double |
VirtualNumberOfTeeth
Declaration
public double VirtualNumberOfTeeth { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>