Class ProfileModificationForCustomer102CAD
Inheritance
System.Object
ProfileModificationForCustomer102CAD
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical.MicroGeometry
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class ProfileModificationForCustomer102CAD : ModificationForCustomer102CAD, IEquatable<APIBase>
Properties
InvoluteRange
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>