Class ProfileModificationForCustomer102CAD
Inheritance
System.Object
ProfileModificationForCustomer102CAD
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical.MicroGeometry
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ProfileModificationForCustomer102CAD : ModificationForCustomer102CAD, IEquatable<APIBase>
Properties
InvoluteRange
This is calculated according to the G-Design program. Involute Range = sin(Roll Angle at EAP - Roll Angle at SAP) * Runout
Measurement: VeryShortLength
Declaration
public double? InvoluteRange { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ProfileReliefPointsForCustomer102
Declaration
public ReadOnlyCollection<ProfileReliefSpecificationForCustomer102> ProfileReliefPointsForCustomer102 { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ProfileReliefSpecificationForCustomer102> |
ProfileToleranceFormWithVariation
Declaration
public TwoDChartDefinition ProfileToleranceFormWithVariation { get; }
Property Value
Type | Description |
---|---|
TwoDChartDefinition |
ShowNominalDesign
Declaration
public bool ShowNominalDesign { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>