Class BasicConicalGearMachineSettingsFormate
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
BasicConicalGearMachineSettingsFormate
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel.BasicMachineSettings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BasicConicalGearMachineSettingsFormate : BasicConicalGearMachineSettings, IEquatable<APIBase>
Properties
HorizontalSetting
Measurement: ShortLength
Declaration
public double HorizontalSetting { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VerticalSetting
Measurement: ShortLength
Declaration
public double VerticalSetting { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>