Class MutableFillet
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Manufacturing.Cylindrical.Cutters
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MutableFillet : MutableCommon, IEquatable<APIBase>
Properties
Height
This is the start height of this fillet.
Measurement: ShortLength
Declaration
public override double Height { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Offset
This is the offset at the start of this fillet.
Measurement: ShortLength
Declaration
public override double Offset { get; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Radius
Measurement: ShortLength
Declaration
public override double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Implements
System.IEquatable<T>